Chromium Code Reviews| Index: src/crankshaft/hydrogen-instructions.cc |
| diff --git a/src/crankshaft/hydrogen-instructions.cc b/src/crankshaft/hydrogen-instructions.cc |
| index 4df90877e31dc4bba42a2928858fbabc7afbe165..4014ccf1784014bbeb89e555aadafd261ae8295f 100644 |
| --- a/src/crankshaft/hydrogen-instructions.cc |
| +++ b/src/crankshaft/hydrogen-instructions.cc |
| @@ -3258,7 +3258,7 @@ bool HAllocate::HandleSideEffectDominator(GVNFlag side_effect, |
| keep_new_space_iterable = keep_new_space_iterable || FLAG_verify_heap; |
| #endif |
| - if (keep_new_space_iterable && dominator_allocate->IsNewSpaceAllocation()) { |
| + if (keep_new_space_iterable) { |
|
Hannes Payer (out of office)
2016/03/29 10:53:52
please rename to keep_heap_iterable
Michael Lippautz
2016/03/29 10:57:00
Done.
|
| dominator_allocate->MakePrefillWithFiller(); |
| } else { |
| // TODO(hpayer): This is a short-term hack to make allocation mementos |