From: ricow@chromium.org Date: Tue, 1 Mar 2011 14:33:33 +0000 (+0000) Subject: Reenable DoStoreContextSlot, I can't reproduce any local bugs on this. X-Git-Tag: upstream/4.7.83~20054 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cac2c91b7206531519463f3bafbe311ec76d3ea;p=platform%2Fupstream%2Fv8.git Reenable DoStoreContextSlot, I can't reproduce any local bugs on this. Review URL: http://codereview.chromium.org/6588082 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6996 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc index 9f181624e..74b99c814 100644 --- a/src/x64/lithium-x64.cc +++ b/src/x64/lithium-x64.cc @@ -1726,7 +1726,6 @@ LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { - Abort("Unimplemented: DoStoreContextSlot"); // Temporarily disabled (whesse). LOperand* context; LOperand* value; if (instr->NeedsWriteBarrier()) {