Files
rust/compiler/rustc_parse
Cameron Steffen 0ea65e0bcd Break out some parsing cold functions
This recovers some instruction count regressions after changing most Pat
parsing functions return a non-boxed Pat. It seems to be beneficial to
break out a #[cold] parsing recovery function when the function includes
more parsing, presumably because this requires more stack space and/or
mem copies when LLVM optimizes the wrong path.
2025-10-04 13:21:37 -05:00
..
2025-10-04 13:21:37 -05:00