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

optimizations for intrinsic atomics #41563

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jul 12, 2021

Continuing to chip away at the list of new functions that needed optimizations written and cleaning up issues along the way. Now it is mostly just modifyfield / atomic_pointermodify remaining.

@vtjnash vtjnash added multithreading Base.Threads and related functionality backport 1.7 labels Jul 12, 2021
@JeffBezanson JeffBezanson added the performance Must go faster label Jul 12, 2021
src/cgutils.cpp Outdated Show resolved Hide resolved
@JeffBezanson JeffBezanson added the compiler:codegen Generation of LLVM IR and native code label Jul 13, 2021
@vtjnash vtjnash force-pushed the jn/intrinsic-atomics-opt branch from 6f4b480 to 2fac8e0 Compare July 14, 2021 20:37
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Jul 14, 2021
@vtjnash vtjnash merged commit 430e5e0 into master Jul 15, 2021
@vtjnash vtjnash deleted the jn/intrinsic-atomics-opt branch July 15, 2021 18:31
KristofferC pushed a commit that referenced this pull request Jul 19, 2021
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jul 20, 2021
KristofferC pushed a commit that referenced this pull request Jul 20, 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 multithreading Base.Threads and related functionality performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants