-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[Wasm RyuJIT] Block Stores pt. 2 #124846
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
Merged
Merged
[Wasm RyuJIT] Block Stores pt. 2 #124846
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4c8682d
PR feedback from SingleAccretion
kg 76e30d0
Address copilot feedback
kg 90f2757
Repair merge damage
kg 8335ca1
jit-format
kg 7029698
loadStructWithRefs compiles now
kg 3c5e30b
When doing a cpobj to the stack just generate a memcpy instead
kg 98c92df
jit-format
kg 18e6520
Address copilot feedback
kg d7dc84d
Block attempts to mark a struct as multiply used since we can't alloc…
kg d1a2a40
Checkpoint cpobj rewrite
kg 82211b9
Codegen fixes
kg 46e99ee
Implement isContainableMemoryOp
kg 2cf1f15
Fix emitattr
kg 81b74b7
Fix local stores having their address contained
kg 9b164d7
Assert that storeind's address isn't contained
kg 960e033
Put comment back
kg 38b85f3
jit-format
kg 5a93cce
Centralize isContainableMemoryOp
kg bd8f88b
Use IsInvariantInRange
kg 036958d
Remove assert
kg 03ae6bb
Apply suggestions from code review
kg 08c5ce6
Address PR feedback
kg 1a46a5d
Mark store_blk as generating null checks
kg 427e33d
Do IsInvariantInRange as an assert instead of the check
kg 5f8983a
Address PR feedback by adding a GetLowering accessor
kg 49ea954
Remove unnecessary ifdef
kg 01b86f0
Remove commented dead code
kg 1eeae1c
Address PR feedback
kg 6d74664
jit-format
kg 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
Some comments aren't visible on the classic Files Changed page.
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
Oops, something went wrong.
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.