Files
rust/library/std/src/sys_common
bors 61223975d4 Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb
Reduce monomorphisation bloat in small_c_string

This is a code path usually next to an FFI call, so taking the `dyn` slowdown for the 1159 llvm-line (fat lto, codegen-units 1, release build) drop in my testing program [t2fanrd](https://github.com/GnomedDev/t2fanrd) is worth it imo.
2024-02-18 22:54:22 +00:00
..
2021-05-14 03:54:46 +02:00
2023-03-03 03:03:29 +01:00
2023-04-27 15:25:48 +02:00
2021-05-14 03:54:46 +02:00
2024-02-07 10:42:01 +08:00
2024-02-18 17:58:52 +00:00
2023-12-10 13:28:59 -08:00