You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! On my M3 Pro it takes 22 seconds to compile octorust (excluding dependencies). This timing seems insensitive to features (same result with default and --no-default-features).
I can't attach the HTML report generated by cargo build --timings -p octorust --no-default-features but here's a snippet:
I tried profiling the compiler:
cargo install --git https://github.com/rust-lang/measureme summarize
cd github
cargo +nightly rustc -- -Z self-profile
summarize summarize ../octorust-*.mm_profdata | head -n11
Hello! On my M3 Pro it takes 22 seconds to compile octorust (excluding dependencies). This timing seems insensitive to features (same result with default and
--no-default-features
).I can't attach the HTML report generated by
cargo build --timings -p octorust --no-default-features
but here's a snippet:I tried profiling the compiler:
I don't find this particularly telling, but it's a start. Is it possible there's a lot of duplication in the generated code? I haven't looked deeply.
The text was updated successfully, but these errors were encountered: