Gabriel Baraldi

Results 230 comments of Gabriel Baraldi

This is https://github.com/JuliaObjects/ConstructionBase.jl/pull/102

I think the goal is to distinguish a `raise` from a MMU triggered segfault

I'm more comfortable with this than fastisel

You can probably ask Claude to turn this into an llc test case for an LLVM issue.

Should a no wait version of this function be added? Not sure if there's a way to make set_mode smart enough to decide on it's own

If you need to build LLVM then i would look at the LLVM build we have to see what things need to be done

If the function doesn't use all the registers available to it, does this potentially make the setjmp cheaper since it won't save useless information? I doubt this is true on...

This code shouldn't have been allowed to load :\. @vchuravy

The recursion is ```julia Warning: detected a stack overflow; program state may be corrupted, so further execution might be unreliable. ERROR: StackOverflowError: Stacktrace: [1] finish_current_bb!(compact::Compiler.IncrementalCompact, active_bb::Int64, old_result_idx::Int64, unreachable::Bool) @ Compiler...