Updates:
Labels: -Type-Bug Type-FeatureRequest
Comment #2 on issue 425 by [email protected]: Compiling very large
expressions hits stack limit..
http://code.google.com/p/v8/issues/detail?id=425
Currently the parser and compiler can handle expression trees with a depth
of more
than 1000, but not much more than that. There is a limit on stack size of
512k, (1 MB
on 64-bit platforms), that could be raised, but then the question is what
the ultimate
limit on expression depth should be? If users have a need for expressions
whose parse
trees need to be deeper, they should comment on this issue. I would say at
this point
that this is working as intended, but I will not mark its status as closed
until
people have had a chance to comment.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe, reply using "remove me" as the subject.