Reviewers: William Hesse,

Message:
TBR: whesse

Description:
Revert 6996, causes Mozilla debug failures on x64 with crankshaft.


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

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 6996)
+++ src/x64/lithium-x64.cc      (working copy)
@@ -1726,6 +1726,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