-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Split exported_symbols for generic and non-generic symbols #143013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Some changes occurred in compiler/rustc_codegen_ssa |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Split exported_symbols for generic and non-generic symbols This reduces metadata decoder overhead during the monomorphization collector. This may help with incremental builds for Zed.
// to block export of generics from dylibs, but we must fix | ||
// rust-lang/rust#65890 before we can do that robustly. | ||
|
||
syms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidentally committed this as part of this PR, but preventing export of generics from dylibs doesn't seem to be necessary anymore.
5e2d5cf
to
0fa3ea6
Compare
The Miri subtree was changed cc @rust-lang/miri |
@bors2 try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Split exported_symbols for generic and non-generic symbols This reduces metadata decoder overhead during the monomorphization collector. This may help with incremental builds for Zed.
0fa3ea6
to
f859eea
Compare
@bors2 try cancel |
Try build cancelled. Cancelled workflows: |
Split exported_symbols for generic and non-generic symbols This reduces metadata decoder overhead during the monomorphization collector. This may help with incremental builds for Zed.
This comment has been minimized.
This comment has been minimized.
💔 Test failed
|
f859eea
to
aa10411
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Split exported_symbols for generic and non-generic symbols This reduces metadata decoder overhead during the monomorphization collector. This may help with incremental builds for Zed.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
aa10411
to
91f653b
Compare
@bors2 try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Split exported_symbols for generic and non-generic symbols This reduces metadata decoder overhead during the monomorphization collector. This may help with incremental builds for Zed.
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (2a26fdd): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 4.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 691.88s -> 691.293s (-0.08%) |
This reduces metadata decoder overhead during the monomorphization collector.
91f653b
to
753c73a
Compare
This reduces metadata decoder overhead during the monomorphization collector.