Revision: 7003
Author: [email protected]
Date: Tue Mar  1 08:32:30 2011
Log: Revert 6996, causes Mozilla debug failures on x64 with crankshaft.

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

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

=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Mar  1 07:37:24 2011
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Mar  1 08:32:30 2011
@@ -1725,6 +1725,7 @@


 LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) {
+ Abort("Unimplemented: DoStoreContextSlot"); // Temporarily disabled (whesse).
   LOperand* context;
   LOperand* value;
   if (instr->NeedsWriteBarrier()) {

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

Reply via email to