Revision: 6731
Author: [email protected]
Date: Thu Feb 10 07:17:38 2011
Log: X64: Fix Generate_NotifyLazyDeoptimized to actually call with the LAZY flag.

This should fix the flaky cctest failure on the debug run of x64 with
crankshaft enabled.

Review URL: http://codereview.chromium.org/6480032
http://code.google.com/p/v8/source/detail?r=6731

Modified:
 /branches/bleeding_edge/src/x64/builtins-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/builtins-x64.cc     Mon Jan 24 23:57:56 2011
+++ /branches/bleeding_edge/src/x64/builtins-x64.cc     Thu Feb 10 07:17:38 2011
@@ -596,7 +596,7 @@


 void Builtins::Generate_NotifyLazyDeoptimized(MacroAssembler* masm) {
-  Generate_NotifyDeoptimizedHelper(masm, Deoptimizer::EAGER);
+  Generate_NotifyDeoptimizedHelper(masm, Deoptimizer::LAZY);
 }


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to