@justoz
Nothing here yet.
Nothing here yet.
No blogs yet.
It's nice to see the GC is getting improved 💖. There is some research suggesting that using malloc_trim(3) during garbage collection could limit fragmentation too (at the OS level). Do you think this could be combined with a compacting GC in the Ruby VM, and do you have an estimation of how much this would improve mem usage?