Status: New
Owner: ----
New issue 2459 by [email protected]: Too many variables declared (only
32767 allowed)
http://code.google.com/p/v8/issues/detail?id=2459
Detailed description of the issue.
V8 appears to have a limit of 32767 global variables, throwing something
like
SyntaxError: Too many variables declared (only 32767 allowed)
on very large C++ codebases compiled to JS using emscripten that hit that
limit (I can provide an example source file if that is useful, it will be
big though ;).
Is there any chance of that limit being removed? Other engines, for example
SpiderMonkey, do not have such a limit, and work fine on those projects.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev