Gabriel Baraldi

Results 230 comments of Gabriel Baraldi

The segfault in question happened because `gc_setmark_pool_ (o=0x7f4e30af8008, page=0x0, mark_mode=, ptls=0x7f4e34977710)` got a null page, now that probably is due to memory corruption I imagine? Which begs the question, why...

Shouldn't all changes to `gc_should_mark` and related ones be backported?

So talking with @topolarity I think that benchmark result is a bit misleading because sure, it's a lot of methods that get inferred, but they would only be new in...

IMO, only the IR statement would have the red color, similar to how currently only `::Any` is red `%17` would be red as well. The whole line being red doesn't...

At least on 1.8.2 on an empty environment it works fine for me. Could you try on 1.8.2/an empty environment ?

Homebrew is actually quite good. They ship with our patches etc. But testing with the official binaries might be helpful

The change here itself seems fine but it's probably good to get some updated benchmarks on this @kpamnany

This could do with a rebase + CI before merging @NHDaly