Skip to content

Add basic pulley disassembly support to clif-util#9721

Merged
abrown merged 2 commits intobytecodealliance:mainfrom
alexcrichton:disassemble-pulley-clif-util
Dec 4, 2024
Merged

Add basic pulley disassembly support to clif-util#9721
abrown merged 2 commits intobytecodealliance:mainfrom
alexcrichton:disassemble-pulley-clif-util

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Helpful when running clif-util compile -D --target pulley64 over the input.

Helpful when running `clif-util compile -D --target pulley64` over the
input.
@alexcrichton alexcrichton requested review from a team as code owners December 3, 2024 21:16
@alexcrichton alexcrichton requested review from abrown and removed request for a team December 3, 2024 21:16
need_space = true;
}
for _ in 0..11_usize.saturating_sub(size) {
for _ in 0..12_usize.saturating_sub(size) {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was done to make the disassembly a bit prettier since otherwise the hexdump and instructions might be side-by-side (no whitespace between)

@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator pulley Issues related to the Pulley interpreter labels Dec 3, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 3, 2024

Subscribe to Label Action

cc @fitzgen

Details This issue or pull request has been labeled: "cranelift", "pulley"

Thus the following users have been cc'd because of the following labels:

  • fitzgen: pulley

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@abrown abrown added this pull request to the merge queue Dec 4, 2024
Merged via the queue into bytecodealliance:main with commit f40e53e Dec 4, 2024
@alexcrichton alexcrichton deleted the disassemble-pulley-clif-util branch December 4, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cranelift Issues related to the Cranelift code generator pulley Issues related to the Pulley interpreter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants