mmtk / mmtk-core

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

Use live memory to estimate collection pages in mem balancer #1050

Closed qinsoon closed 10 months ago

qinsoon commented 11 months ago

This PR fixes https://github.com/mmtk/mmtk-core/issues/918. We misinterpreted 'bytes collected during collection' in the paper, and used reclaimed pages for it. It actually means 'bytes that are traversed during collection'. We now use live pages to estimate the value.