Add --print-large-functions for checking which functions likely dominate the compile time.

This commit is contained in:
Christoffer Lerno
2026-02-16 00:13:19 +01:00
parent d7cf8fa9ab
commit a7309b217e
9 changed files with 30 additions and 5 deletions

View File

@@ -15,6 +15,7 @@
- Change typedef and const enums to not convert from literals by default.
- Add `@constinit` to allow old typedef behaviour.
- Include actual element count in the error message when the array initializer size does not match the expected size.
- Add `--print-large-functions` for checking which functions likely dominate the compile time.
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831