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.

贡献者指南