Added additional type size limits.

This commit is contained in:
Christoffer Lerno
2025-12-30 13:42:14 +01:00
parent 9bd04526e8
commit 493a084745
7 changed files with 73 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
- Converting between simd/non-simd bool vector would hit a compiler assert. #2691
- `i<n>` suffixes were not caught when n < 8, causing an assert.
- Parse error in `$defined` was not handled correctly, leading to an assertion.
- Assert when struct size would exceed 4 GB.
- Assert when struct/array size would exceed 4 GB.
- Assert when encountering a malformed module alias.
- Assert when encountering a test function with raw vaarg parameters.
- `foo.x` was not always handled correctly when `foo` was optional.