| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5782ec2 commit d9e9d9f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3825,12 +3825,12 @@ bool HAllocate::HandleSideEffectDominator(GVNFlag side_effect, | |||
| 3825 | 3825 | } | |
| 3826 | 3826 | } | |
| 3827 | 3827 | ||
| 3828 | - bool keep_new_space_iterable = FLAG_log_gc || FLAG_heap_stats; | ||
| 3828 | + bool keep_heap_iterable = FLAG_log_gc || FLAG_heap_stats; | ||
| 3829 | 3829 | #ifdef VERIFY_HEAP | |
| 3830 | - keep_new_space_iterable = keep_new_space_iterable || FLAG_verify_heap; | ||
| 3830 | + keep_heap_iterable = keep_heap_iterable || FLAG_verify_heap; | ||
| 3831 | 3831 | #endif | |
| 3832 | 3832 | ||
| 3833 | - if (keep_new_space_iterable && dominator_allocate->IsNewSpaceAllocation()) { | ||
| 3833 | + if (keep_heap_iterable) { | ||
| 3834 | 3834 | dominator_allocate->MakePrefillWithFiller(); | |
| 3835 | 3835 | } else { | |
| 3836 | 3836 | // TODO(hpayer): This is a short-term hack to make allocation mementos | |
| Back | FazBrowse Home | New Git URL |
0 commit comments