Delyan Angelov
|
6ac109a7c3
|
builtin: add a `[has_globals]` tag for all the .v files, with global declarations in them
|
2021-11-17 10:29:06 +02:00 |
Delyan Angelov
|
48546d0f45
|
all: do compile time const evaluation for `const x = "abc" + "xyz"` and `const x = 16 * 1024 + 5` (fix const prealloc_block_size)
|
2021-07-18 22:59:18 +03:00 |
Delyan Angelov
|
3ccde5ce55
|
builtin: use `prealloc_block_size = 16777216` temporarily
|
2021-07-18 17:03:25 +03:00 |
Delyan Angelov
|
2086e6f1c1
|
builtin, cgen: implement chunked allocation of 16MB blocks with -prealloc (#10130)
|
2021-05-19 10:35:56 +03:00 |