Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't clobber rax in x86_64 trampoline (#38882)
rax is used to pass vararg metadata. r11 can be used for dynamic linker shenanigans between functions. Messing with rax here can cause `jl_` to print nonsense. (cherry picked from commit b376982)
- Loading branch information