Justin Collins a écrit :
Hello all,
I cannot tell if this is a limitation or bug in Neko. The code below
will cause a stack overflow during compilation, which looks something like:
This a bug because you are getting near from a limitation.
You can only have up to 128 values on the stack in a given call. Your
temp variables are already using 102 of these, so it is necessary to
split the single $array allocation into several small ones that will be
then joined with $aconcat
Looks like there is an issue in your case with this split, I'll have a
look at fixing it, thanks for reporting the issue.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)