mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
compiler speed improvement (#1547)
This commit is contained in:
@@ -220,4 +220,7 @@
|
||||
The compiler is now much more aggressive in where and how it expands macros and handles expressions at compiler time.
|
||||
- Several places where macros could be incorrectly executed more than once (possibly causing unwanted side effects) have been fixed.
|
||||
- Fixed bug in size calculation of non-inline stack arrays. Previous behavior was a compiler assert.
|
||||
- Correctly handle `mod` for unsigned numbers. Previous behavior was to treat all inputs as 32-bit signed integers.
|
||||
- Correctly handle `mod` for unsigned numbers. Previous behavior was to treat all inputs as 32-bit signed integers.
|
||||
|
||||
## V1.0 Revised constant propagation, speed improvements
|
||||
Improved error messages around macros
|
||||
Reference in New Issue
Block a user