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

Don't interpret Base.load_state_acquire #459

Merged
merged 3 commits into from
Dec 17, 2020
Merged

Don't interpret Base.load_state_acquire #459

merged 3 commits into from
Dec 17, 2020

Conversation

timholy
Copy link
Member

@timholy timholy commented Dec 17, 2020

This has an llvmcall doing an atomic operation...just avoid the hassle
and call it directly.

Fixes #354

This has an llvmcall doing an atomic operation...just avoid the hassle
and call it directly.

Fixes #354
@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #459 (e32e252) into master (fb0c899) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
+ Coverage   89.73%   89.75%   +0.01%     
==========================================
  Files          12       12              
  Lines        2319     2322       +3     
==========================================
+ Hits         2081     2084       +3     
  Misses        238      238              
Impacted Files Coverage Δ
src/packagedef.jl 89.47% <100.00%> (+0.90%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb0c899...e32e252. Read the comment docs.

@timholy timholy merged commit 7fa7e2a into master Dec 17, 2020
@timholy timholy deleted the teh/fix_354 branch December 17, 2020 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: in cglobal, expected Symbol, got JuliaInterpreter.SSAValue
2 participants