Eagerly initializing the per-region OtherRegionsTable::_coarse_map CHeapBitMap contributes noticeably to startup overhead in configurations with a lot of heap regions. It's relatively easy to lazily initialize the bitmap. And since most places where the _coarse_map is checked are guarded by _n_coarse_entries > 0, making this lazy should have little performance impact on GC pause times.
- Claes Redestad
- Claes Redestad
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: