This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 19a62db
authored
Rollup merge of rust-lang#76262 - howard0su:patch-1, r=cramertj
Use inline(never) instead of cold
inline(never) is better way to avoid optimizer to inline the function instead of cold.1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | | - | |
| 427 | + | |
429 | 428 | | |
430 | | - | |
| 429 | + | |
431 | 430 | | |
432 | 431 | | |
433 | 432 | | |
| |||
0 commit comments