-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add probe-stack support to Julia #25523
Comments
It should not be so hard, as now Julia uses LLVM 6.0.0 it is just needed to add a pass on codegen. |
Best not to block work on the TSAN support, we only need a way to disable |
Yeah we can think about that later. Also it seems that the issue is present only with Address Sanitizer, the others are unaffected. I will test it later! |
@vtjnash I'm interested to work on this issue. Can you please give me a headstart about the problems and different reading materials? |
…aLang#40068) Supported platforms are currently X86, PowerPC, and SystemZ. Fixes JuliaLang#25523 Fixes JuliaLang#36170 Closes JuliaLang#28577 Closes JuliaLang#30892
…aLang#40068) Supported platforms are currently X86, PowerPC, and SystemZ. Fixes JuliaLang#25523 Fixes JuliaLang#36170 Closes JuliaLang#28577 Closes JuliaLang#30892
…aLang#40068) Supported platforms are currently X86, PowerPC, and SystemZ. Fixes JuliaLang#25523 Fixes JuliaLang#36170 Closes JuliaLang#28577 Closes JuliaLang#30892
Looks like support for the "probe-stack" attribute finally landed in LLVM (https://reviews.llvm.org/D34386) thanks to the Rust folks (rust-lang/rust#16012). We should start setting this function attribute in Julia too.
The text was updated successfully, but these errors were encountered: