mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
379 stars 69 forks source link

Marksweep is slower in lusearch and xalan after #1112 #1123

Closed qinsoon closed 5 months ago

qinsoon commented 7 months ago

We see about 8% slowdown for lusearch and xalan on OpenJDK mark sweep after #1112 (wrench-2024-04-17-Wed-173453). We should look into this.

qinsoon commented 5 months ago

This seems to be fixed in https://github.com/mmtk/mmtk-core/pull/1148. The slowdown since 0417 disappeared after https://github.com/mmtk/mmtk-core/pull/1148.