Kunal Sareen
Kunal Sareen
Why do you need to quarantine the entire address range? You only need to quarantine the address range you intend on using. Like Yi said, that's bounded by the max...
Returning `true` is correct I think. We treat any mature space object as live in nursery GCs.
See https://github.com/mmtk/mmtk-core/issues/1370
> I mean we probably won't need ISA-specific things (x86, ARM, etc.) You need them if you want to use SIMD instructions for example. That's extremely ISA-specific. For example, @no-defun-allowed's...