Revision: 15501
Author:   [email protected]
Date:     Fri Jul  5 01:17:30 2013
Log:      Set GVN ChangesNewSpacePromotion for OSR Entry.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Wed Jul 3 12:57:25 2013 +++ /branches/bleeding_edge/src/hydrogen-instructions.h Fri Jul 5 01:17:30 2013
@@ -4718,6 +4718,7 @@
  public:
   explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {
     SetGVNFlag(kChangesOsrEntries);
+    SetGVNFlag(kChangesNewSpacePromotion);
   }

   BailoutId ast_id() const { return ast_id_; }

--
--
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/groups/opt_out.


Reply via email to