-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8329331: Intrinsify Unsafe::setMemory #18555
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
Closed
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
3e2aab6
Add Unsafe.setMemory as intrinsic
asgibbons 2334b03
Added actual intrinsic
asgibbons 6eebcbd
Removed setMemory1; debugged intrinsic code
asgibbons 7c73856
Test removing intrinsic
asgibbons 74c47e2
Add benchmark
asgibbons 6e283bc
Restore intrinsic
asgibbons 44c24ec
Address review comment
asgibbons b17a1f4
Fixed bug - incorrect interface to *_fill_entry
asgibbons 401a2a9
Clean up code for PR
asgibbons c5cb30c
Use non-sse fill (old left in)
asgibbons 6ee69c8
Remove dead code
asgibbons 3aa60a4
Addressing review comments.
asgibbons 8bed156
Fix Windows
asgibbons b025318
Fixed generate_fill when count > 0x80000000
asgibbons fd6f04f
Oops
asgibbons f81aaa9
Add movq to locate_operand
asgibbons b0ac857
Address review comments (#15)
asgibbons 95230e2
Set memory test (#16)
asgibbons 41ffcc3
Merge master
asgibbons b99499a
Fix whitespace error.
asgibbons 89db3eb
Addressing more review comments
asgibbons 970c575
Addressing yet more review comments
asgibbons 6e731c8
Even more review comments
asgibbons 405e4e0
Change fill routines
asgibbons 95b0a34
Rename UnsafeCopyMemory{,Mark} to UnsafeMemory{Access,Mark} (#19)
asgibbons 44cc91b
Only add a memory mark for byte unaligned fill
asgibbons 824fb60
Set memory test (#21)
asgibbons 80b5a0c
Set memory test (#22)
asgibbons 856464e
Set memory test (#23)
asgibbons 116d7dd
Merge branch 'openjdk:master' into setMemory
asgibbons 113aa90
Fix memory mark after sync to upstream
asgibbons 7a1d67e
Add enter() and leave(); remove Windows-specific register stuff
asgibbons dccf6b6
Address review comments; update copyright years
asgibbons dd0094e
Review comments
asgibbons 1961624
Long to short jmp; other cleanup
asgibbons c129016
Fix UnsafeCopyMemoryMark scope issue
asgibbons 1122b50
Merge branch 'openjdk:master' into setMemory
asgibbons File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.