Revision: 12822
Author:   [email protected]
Date:     Thu Oct 25 08:23:39 2012
Log:      Set kChangesNewSpacePromotion for HStringAdd
TEST=none
BUG=none

Review URL: https://codereview.chromium.org/11143006
Patch from Derek J Conrod <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12822

Modified:
 /branches/bleeding_edge/AUTHORS
 /branches/bleeding_edge/src/hydrogen-instructions.h

=======================================
--- /branches/bleeding_edge/AUTHORS     Wed Oct 24 05:11:15 2012
+++ /branches/bleeding_edge/AUTHORS     Thu Oct 25 08:23:39 2012
@@ -20,6 +20,7 @@
 Craig Schlenter <[email protected]>
 Daniel Andersson <[email protected]>
 Daniel James <[email protected]>
+Derek J Conrod <[email protected]>
 Dineel D Sule <[email protected]>
 Erich Ocean <[email protected]>
 Fedor Indutny <[email protected]>
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Tue Oct 16 04:41:07 2012 +++ /branches/bleeding_edge/src/hydrogen-instructions.h Thu Oct 25 08:23:39 2012
@@ -4805,6 +4805,7 @@
     set_representation(Representation::Tagged());
     SetFlag(kUseGVN);
     SetGVNFlag(kDependsOnMaps);
+    SetGVNFlag(kChangesNewSpacePromotion);
   }

   virtual Representation RequiredInputRepresentation(int index) {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to