Chromium Code Reviews| Index: src/hydrogen-instructions.h | 
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h | 
| index 26bda87caa9b726e91a923ccacde00f9ac4c4c0e..f9c7832732f77ddf962e52280d98d0848481a5cb 100644 | 
| --- a/src/hydrogen-instructions.h | 
| +++ b/src/hydrogen-instructions.h | 
| @@ -4718,6 +4718,7 @@ class HOsrEntry: public HTemplateInstruction<0> { | 
| public: | 
| explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) { | 
| SetGVNFlag(kChangesOsrEntries); | 
| + SetGVNFlag(kChangesNewSpacePromotion); | 
| 
 
Michael Starzinger
2013/07/05 07:51:01
Shouldn't the HOsrEntry instruction actually have
 
titzer
2013/07/05 08:02:36
Yes, just SetAllSideEffects().
 
 | 
| } | 
| BailoutId ast_id() const { return ast_id_; } |