mmtk / mmtk-core

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

Immix performs faster if defrag is enabled for every GC? #1203

Open qinsoon opened 2 months ago

qinsoon commented 2 months ago

@wenyuzhao observed that if we enable defrag for every GC for Immix, we see performance improvement. It would be good if @wenyuzhao can share more info on the results and how to reproduce it.

This contradicts the evaluation in the original Immix paper. We should reproduce the results and investigate the cause.