https://github.com/JuliaLang/julia
Revision 2cad2a771b1bf0592ffd3c725a0913299630b3bf authored by Jameson Nash on 08 May 2023, 14:22:51 UTC, committed by GitHub on 08 May 2023, 14:22:51 UTC
This might be confusing for GC marking, which will not expect to see it
running on the altstack. And the link to prev might get corrupted if
there is any sort of error that happens during the processing of the
signal that causes us to start handling another signal.
1 parent 43079cf
History
Tip revision: 2cad2a771b1bf0592ffd3c725a0913299630b3bf authored by Jameson Nash on 08 May 2023, 14:22:51 UTC
avoid allocating a GC frame on the alt stack (#49650)
Tip revision: 2cad2a7
File Mode Size
startup.jl -rw-r--r-- 162 bytes
write_base_cache.jl -rw-r--r-- 376 bytes

back to top