fix translation taking a while if constants buffer is big

This commit is contained in:
2025-06-28 16:17:46 +01:00
parent aa65393e2c
commit 31f38d8ba4
4 changed files with 9 additions and 3 deletions

6
gentest.ar Normal file
View File

@@ -0,0 +1,6 @@
let myfile = file.write("rand_test.ar")
for (i from 0 to 1e6) do
myfile.text("\"")
myfile.text(string(random()))
myfile.text("\"\n")