issues
search
pacak
/
cargo-show-asm
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Apache License 2.0
710
stars
33
forks
source link
Release 0.2.41
#325
Closed
pacak
closed
2 weeks ago
pacak
commented
3 weeks ago
In short - a whole lot of bugfixes
make sure not to drop used labels (#318)
add
release-lto
profile for slightly smaller/faster version - you have to use it yourself, by default it is still
release
thanks zamazan4ik for the suggestion
detect and render merged functions (#310)
update docs (#320)
smarter approach for detecting constants (#315)
smarter CI (#79)
bump deps
In short - a whole lot of bugfixes
release-lto
profile for slightly smaller/faster version - you have to use it yourself, by default it is stillrelease
thanks zamazan4ik for the suggestion