-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
add rustc_abi debugging attribute #115226
Conversation
9b4e93f
to
9bd2fa1
Compare
This comment has been minimized.
This comment has been minimized.
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.
r=me ideally changing that Instance::resolve
call to a call to Instance::mono
, unless you want a specific review from bjorn3
a3479f3
to
b24936f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4b72dd0
to
1c4a454
Compare
r? @compiler-errors |
📌 Commit 1c4a454b2ad1099cb49be4f5480ae796e69339bb has been approved by It is now in the queue for this repository. |
⌛ Testing commit 1c4a454b2ad1099cb49be4f5480ae796e69339bb with merge aea5ceb8d460ecf6cf84521ad3a0fabb46ef46ef... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors r=compiler-errors |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0fe46ee): 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 631.43s -> 631.815s (0.06%) |
This is the call ABI equivalent of
rustc_layout(debug)
.Fixes #115168
r? @bjorn3