#stack #usage #analysis

stack-sizes

Tools to print stack usage information emitted by LLVM in human readable format

7 releases (4 breaking)

0.5.0 Jul 7, 2022
0.4.0 Mar 22, 2019
0.3.1 Mar 10, 2019
0.2.0 Dec 2, 2018
0.1.0 Sep 28, 2018

#2131 in Command line utilities

Download history 1260/week @ 2023-10-20 938/week @ 2023-10-27 1347/week @ 2023-11-03 1136/week @ 2023-11-10 797/week @ 2023-11-17 682/week @ 2023-11-24 969/week @ 2023-12-01 1049/week @ 2023-12-08 723/week @ 2023-12-15 232/week @ 2023-12-22 519/week @ 2023-12-29 1216/week @ 2024-01-05 533/week @ 2024-01-12 634/week @ 2024-01-19 996/week @ 2024-01-26 802/week @ 2024-02-02

3,154 downloads per month
Used in cargo-call-stack

MIT/Apache

13KB
261 lines

stack-sizes

Library to parse the stack usage (.stack_sizes) information emitted by LLVM

Background information

Since nightly-2018-09-27 rustc has a (nightly only) -Z emit-stack-sizes flag to (make LLVM) emit stack usage information for each Rust function.

NOTE: This feature only works when the output artifact has the ELF object format.

The stack-sizes library provides an API to parse the metadata emitted by that flag.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~350KB