Reviewers: William Hesse,

Description:
Reenable DoStoreContextSlot, I can't reproduce any local bugs on this.


Please review this at http://codereview.chromium.org/6588082/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/x64/lithium-x64.cc


Index: src/x64/lithium-x64.cc
===================================================================
--- src/x64/lithium-x64.cc      (revision 6985)
+++ src/x64/lithium-x64.cc      (working copy)
@@ -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