JuliaLang / AllocCheck.jl

AllocCheck
Other
215 stars 8 forks source link

Handle `sigsetjmp` with multiple uses #23

Closed topolarity closed 10 months ago

topolarity commented 10 months ago

It turns out that optimization passes can cause this usage to get split downstream, so we should mark all of these paths as entering the catch block.

Resolves #14.