Revision: 6996
Author: [email protected]
Date: Tue Mar  1 06:33:33 2011
Log: Reenable DoStoreContextSlot, I can't reproduce any local bugs on this.

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

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

=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Mar  1 01:30:56 2011
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Mar  1 06:33:33 2011
@@ -1726,7 +1726,6 @@


 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