1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: reduce the number of array allocations for consts in all V programs (#18889)

This commit is contained in:
Artem Yurchenko
2023-07-19 12:06:41 +02:00
committed by GitHub
parent 44d2f2b302
commit 1ed0cd9a74
12 changed files with 1317 additions and 644 deletions

View File

@ -35,7 +35,7 @@ const (
u32(1000000000),
u32(10000000000),
u32(100000000000),
]
]!
)
//=============================================================================