Reviewers: Igor Sheludko,

Message:
PTAL

Description:
Don't smi-untag on 64bit in the store-field stub

BUG=

Please review this at https://codereview.chromium.org/451573002/

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

Affected files (+1, -1 lines):
  M src/code-stubs-hydrogen.cc


Index: src/code-stubs-hydrogen.cc
diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc
index ba647bab8487caf3545888dc74776e57036afc0a..c8dd9bf0f198af82064d9487852e24ba8733d596 100644
--- a/src/code-stubs-hydrogen.cc
+++ b/src/code-stubs-hydrogen.cc
@@ -630,7 +630,7 @@ void CodeStubGraphBuilderBase::BuildStoreNamedField(
     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