mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Add --print-large-functions for checking which functions likely dominate the compile time.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user