Compatiblity with non-moving gc?
Is this currently compatible with the non-moving collector?
I'm getting errors when I try using this with a process that is using the non-moving collector, but it's working fine with the copying collector.
Is this currently compatible with the non-moving collector?
I'm getting errors when I try using this with a process that is using the non-moving collector, but it's working fine with the copying collector.
Yes, at the moment the non-moving collector is not supported. (Much like profiling is not supported with the non-moving collector)
That's a shame I was hoping to use ghc-debug to take a look at a (very) fragmented non-moving heap.
How much effort would it take to implement this? I'd be up for giving this a go if it's not too much
I've given this a first attempt here !10
mentioned in commit e0865fcf
mentioned in commit 12a79cdf
mentioned in commit fda68dd7
mentioned in merge request !10