Kunal Sareen
Kunal Sareen
Apologies for the radio silence: have been quite busy with IRL stuff like moving etc. At this point I've lost a bit of context surrounding the entire plan :frowning:. As...
More specifically is the idea that we want the LSRA `assignRegs()` method to calculate the liveness bitmatrix and then pass it onto the `IntervalBuilder`? Would that not result in sort...
Ah -- I was also doing the same in my free time. I had lost track of the backend so was getting used to the new one again. Sorry for...
If possible, can you please attach the log file generated (`hs_err_pid24660.log`)?
:thinking: that's a segfault at a different location. Potentially different bug. Not sure. We will need to triage it
Yeah different location from first issue. First one: `mmtk::plan::generational::global::Gen::trace_object_full_heap` Second one: `::copy` First one is in tracing and the second one is in copy. _But_ it could just be a...
Can you provide us with the log file? Also this seems more like an issue for mmtk-openjdk since it segfaults in `mmtk_get_object_size()` which is part of the binding.
I tried adding a timer which only timed the major GCs but it was either still counting some mutator time or it was panicking due to `None` in the statistics...
If you think the commit is too big, then let me know and I'll break it up into: 1. `PageResource`/`HeapLayout` changes; and 2. Bounded and Fixed nursery changes.
Yes sorry -- will document code further :+1: