-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 support for emitting functions with coldcc
to LLVM
#97512
Conversation
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
impl looks good to me r? @nagisa as I have no idea about llvm |
The eventual goal is to try using this for things like the internal panicking stuff, to see whether it helps.
This is great to see! I've wanted this in libs for a while now. |
@bors r=nagisa,lcnr |
📌 Commit a5394aa has been approved by |
⌛ Testing commit a5394aa with merge e2b1634ee294c0b86a0e578d49793d7baf9e0134... |
This comment has been minimized.
This comment has been minimized.
@bors r=nagisa,lcnr rollup=iffy (codegen test failed last time, so probably don't want to roll this up just in case) |
📌 Commit be4e089 has been approved by |
⌛ Testing commit be4e089 with merge 7c3a1e3ce010295af7a612f536f476d23313e0d0... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry This doesn't look like something that could have been caused by me:
|
☀️ Test successful - checks-actions |
Finished benchmarking commit (91cacb3): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Add support for emitting functions with `coldcc` to LLVM The eventual goal is to try using this for things like the internal panicking stuff, to see whether it helps.
The eventual goal is to try using this for things like the internal panicking stuff, to see whether it helps.