Uh oh!
There was an error while loading. Please reload this page.
Add support for emitting functions with coldcc to LLVM - #97512
Conversation
rust-highfive
commented
May 29, 2022
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 29, 2022
|
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.
Uh oh!
There was an error while loading. Please reload this page.
lcnr
commented
May 30, 2022
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.
thomcc
commented
May 30, 2022
This is great to see! I've wanted this in libs for a while now. |
nagisa
commented
Jun 3, 2022
@bors r=nagisa,lcnr |
bors
commented
Jun 3, 2022
📌 Commit a5394aa has been approved by |
bors
commented
Jun 5, 2022
⌛ Testing commit a5394aa with merge e2b1634ee294c0b86a0e578d49793d7baf9e0134... |
This comment has been minimized.
This comment has been minimized.
scottmcm
commented
Jun 6, 2022
@bors r=nagisa,lcnr rollup=iffy (codegen test failed last time, so probably don't want to roll this up just in case) |
bors
commented
Jun 6, 2022
📌 Commit be4e089 has been approved by |
bors
commented
Jun 6, 2022
⌛ Testing commit be4e089 with merge 7c3a1e3ce010295af7a612f536f476d23313e0d0... |
rust-log-analyzer
commented
Jun 6, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Jun 6, 2022
💔 Test failed - checks-actions |
scottmcm
commented
Jun 7, 2022
@bors retry This doesn't look like something that could have been caused by me:
|
bors
commented
Jun 7, 2022
bors
commented
Jun 7, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jun 7, 2022
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.