the language's heap doesn't grow anymore during a collection. Instead the collection throws an error to the runtime

This commit is contained in:
Francesco Cozzuto
2022-04-15 16:21:10 +02:00
parent f8fdf7d0df
commit 9f825673c3
4 changed files with 35 additions and 23 deletions
-6
View File
@@ -1,6 +0,0 @@
a = [];
i = 0;
while(i<10000):{
a[i]= "ciao mondo mmododooddododododododododododdodododododd";
i = i+1;
}