Commit 4db74648 authored by verwaest@chromium.org's avatar verwaest@chromium.org

Turn of polymorphic getter inlining since it breaks webkit tests

BUG=
R=titzer@chromium.org

Review URL: https://chromiumcodereview.appspot.com/23526063

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16804 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 137029a7
......@@ -4717,7 +4717,7 @@ void HOptimizedGraphBuilder::HandlePolymorphicLoadNamedField(
set_current_block(if_true);
HInstruction* load = BuildLoadMonomorphic(
&info, object, compare, ast_id, return_id, FLAG_polymorphic_inlining);
&info, object, compare, ast_id, return_id, false);
if (load == NULL) {
if (HasStackOverflow()) return;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment