Skip to content
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

fix emit_f_is to be safepoint-free, like jl_egal #41255

Merged
merged 1 commit into from
Jun 18, 2021
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 17, 2021

I need this guarantee for another PR I am working on soon, and clearly, why wouldn't we want this to avoid allocations.

@vtjnash vtjnash added compiler:codegen Generation of LLVM IR and native code backport 1.7 labels Jun 17, 2021
@vtjnash vtjnash requested a review from JeffBezanson June 17, 2021 20:30
@vtjnash vtjnash merged commit 8739df2 into master Jun 18, 2021
@vtjnash vtjnash deleted the jn/isa-not-safe branch June 18, 2021 15:31
@JeffBezanson
Copy link
Member

This is great. Really nice not to need to box things to do egal.

KristofferC pushed a commit that referenced this pull request Jun 26, 2021
johanmon pushed a commit to johanmon/julia that referenced this pull request Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants