change rlib format to distinguish native dependencies#100101
change rlib format to distinguish native dependencies#100101bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@rustbot ready |
44e35fd to
a60525e
Compare
|
@rustbot ready |
|
@bors r+ |
|
📌 Commit 4f93a313f477731549ebfcabd2fc932ed15f229f has been approved by It is now in the queue for this repository. |
This comment was marked as resolved.
This comment was marked as resolved.
|
@rustbot ready |
|
@bors r+ |
This comment was marked as resolved.
This comment was marked as resolved.
|
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
|
@rustbot ready |
|
@bors r+ |
|
🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened. |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (9da4644): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
Another one method to solve problem mentioned in #99429.
Changed .rlib format, it contains all bundled native libraries as archieves.
At link time rlib is unpacked and native dependencies linked separately.
New behavior hidden under separate_native_rlib_dependencies flag.