0xMiden/compiler

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

オープン

#1,029 opened on 2026/03/25

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (70 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (110 個のスター)
PR merge metrics
 (平均マージ 4d 7h) (30d で 51 merged PRs)

説明

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.

コントリビューターガイド