-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Wasm RyuJIT] Start generating relocations for call_indirect #124205
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
+240
−22
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ed20ac0
Checkpoint: Start wiring up relocs for call_indirect
kg 50e19c3
Checkpoint: We now reach 'Unsupported relocation type: R_WASM_TYPE_IN…
kg 2e4e5ee
Add wasm enum values to RelocType
kg eef8857
R2R runs to completion again
kg 5f776b1
jit-format
kg 6b57af5
Fix copy-paste error
kg 9a41bd6
Add reloc pseudo-instructions
kg 1f321a9
jit-format
kg c552071
Address PR feedback
kg 49aee80
Move IF_ enums for relocs to be next to what they alias
kg eda0262
Move pseudo-instructions to preserve encoding order
kg d04615f
Implement AppendMangledName to generate emscripten/wabt-style signatures
kg 5f30d64
Address PR feedback
kg 4590336
Address PR feedback
kg 30316e7
Address copilot feedback
kg dd22d0f
Drop some unnecessary reloc types
kg 31897d1
Address PR feedback
kg 2e47960
jit-format
kg c1d04cc
Address PR feedback
kg b446a3d
Address PR feedback
kg 3e1f0f6
Add ULEB/SLEB readers to DwarfHelper based on the ones from the PAL
kg f62df4b
Address PR feedback
kg 79b1f15
Better name
kg 8fd0398
Address PR feedback
kg 0984497
Formatting
kg 1dc7b7d
Add speculative implementations of padded ULEB/SLEB writer
kg 4d86a02
Replace speculative implementations with ones from runtimelab
kg 4c0c5b6
Fix mistake caught by copilot
kg a1308b9
Address PR feedback
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
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
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.