rust/compiler/rustc_codegen_gcc/example
Mark Rousskov 00f4daa276 Codegen const panic messages as function calls
This skips emitting extra arguments at every callsite (of which there
can be many). For a librustc_driver build with overflow checks enabled,
this cuts 0.7MB from the resulting binary.
2024-03-22 09:55:50 -04:00
..
alloc_example.rs
alloc_system.rs
arbitrary_self_types_pointers_and_wrappers.rs
dst-field-align.rs
example.rs
mini_core_hello_world.rs Improve wording of static_mut_ref 2024-02-18 06:01:40 +03:00
mini_core.rs Codegen const panic messages as function calls 2024-03-22 09:55:50 -04:00
mod_bench.rs
std_example.rs
subslice-patterns-const-eval.rs
track-caller-attribute.rs