Gabriel Baraldi

Results 231 comments of Gabriel Baraldi

It also gets 128 aligned which is bad but fixed on master. I'm not sure it it's missing a write barrier or if the code here is missing a root,...

https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/memory-problems/heap-snapshot-schema not sure if this is helpful but I always drop it.

Are we able to get this under rr?

It's always good to have some tests yeah. You can probably base it on some of the tests in show.jl. Search for IR or code_typed

We should also separate the JIT target from the image target and try to make it less order independent. (Not using the first target as the JIT one will help...

So the code in `ensure_jit_targets` only seems to actually do anything when building an image, so maybe we should move it around?