rust-lang / rust-lang/rust-playground
Show assembly side-by-side like rust.godbolt.org does
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 267
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 6
Description
I really like how https://rust.godbolt.org/ shows the assembly generated side-by-side, removes the "cruft" of the assembly output, and uses colors to represent from which code which parts of the assembly were generated.
The play ground should do this for assembly too. It would also be great if it could do this for MIR and LLVM IR as well.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by comparing the requested behavior with https://rust.godbolt.org/, focusing on side-by-side assembly, removal of assembly cruft, and source-to-assembly coloring. Determine how the playground currently exposes assembly, MIR, and LLVM IR output. Done means the relevant outputs support the requested presentation and remain usable in the playground.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100