0xMiden/compiler

feat(objtool): diff two packages in terms of size

開放

#1,029 建立於 2026年3月25日

 (0 則留言) (0 個反應) (1 位負責人)Rust (70 個分叉)github user discovery
good first issue

倉庫指標

星標
 (110 顆星)
PR 合併指標
 (平均合併 4天 7小時) (30 天內合併 51 個 PR)

描述

As proposed by @bitwalker in this comment:

[...] provide a lower-level plumbing subcommand, diff, which compares two packages directly in terms of their size and where that size comes from - but the actual responsibility for producing those packages is left up to a higher-level tool, i.e.

$ cargo miden build --debug -o a.masp
$ midenc asm/miden-project.toml -o b.masp
$ objtool diff a.masp b.masp

Depends on #1028 for breaking down sizes per sections.

貢獻者指南