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

codegen: optimize setfield/arrayset with inline isa test #41587

Merged
merged 3 commits into from
Jul 20, 2021

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Jul 14, 2021

I didn't realize we weren't doing this, since it is quite trivial, and I was assuming it was done for some of the codegen tests for the new atomics. Needed to thus first disable a non-sensical atomic RMW operation and fix a return type.

@vtjnash vtjnash added compiler:codegen Generation of LLVM IR and native code domain:multithreading Base.Threads and related functionality backport 1.7 labels Jul 14, 2021
@vtjnash vtjnash changed the title codegen: optimize setfield/arrayset with inline isa test fdb3763 codegen: optimize setfield/arrayset with inline isa test Jul 14, 2021
@vtjnash vtjnash added the needs nanosoldier run This PR should have benchmarks run on it label Jul 14, 2021
@vtjnash
Copy link
Sponsor Member Author

vtjnash commented Jul 15, 2021

@nanosoldier runbenchmarks(ALL, vs=":master")

@vtjnash vtjnash removed the needs nanosoldier run This PR should have benchmarks run on it label Jul 15, 2021
@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @christopher-dG

@vtjnash
Copy link
Sponsor Member Author

vtjnash commented Jul 16, 2021

@nanosoldier runbenchmarks(ALL && !"scalar", vs=":master")

@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @christopher-dG

@vtjnash
Copy link
Sponsor Member Author

vtjnash commented Jul 19, 2021

@nanosoldier runbenchmarks(ALL && !"scalar", vs=":master")

@vtjnash vtjnash added the status:merge me PR is reviewed. Merge when all tests are passing label Jul 19, 2021
@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @christopher-dG

@vtjnash vtjnash merged commit 7d23459 into master Jul 20, 2021
@vtjnash vtjnash deleted the jn/setfield-optim branch July 20, 2021 00:21
@vtjnash vtjnash removed the status:merge me PR is reviewed. Merge when all tests are passing label 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 domain:multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants