Revision: 22973
Author:   [email protected]
Date:     Thu Aug  7 13:09:33 2014 UTC
Log:      Don't smi-untag on 64bit in the store-field stub

BUG=
[email protected]

Review URL: https://codereview.chromium.org/451573002
http://code.google.com/p/v8/source/detail?r=22973

Modified:
 /branches/bleeding_edge/src/code-stubs-hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/code-stubs-hydrogen.cc Wed Aug 6 09:31:10 2014 UTC +++ /branches/bleeding_edge/src/code-stubs-hydrogen.cc Thu Aug 7 13:09:33 2014 UTC
@@ -630,7 +630,7 @@
     BuildCheckHeapObject(value);
   }

-  Add<HStoreNamedField>(object, access, value, STORE_TO_INITIALIZED_ENTRY);
+  Add<HStoreNamedField>(object, access, value, INITIALIZING_STORE);
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to