Status: New
Owner: ----
CC: [email protected], [email protected], [email protected], [email protected]
Labels: Type-Bug Priority-Medium

New issue 3205 by [email protected]: "Too many variables" limit prohibits new Emscripten application from running
http://code.google.com/p/v8/issues/detail?id=3205

Mozilla reports that a new Emscripten application from a partner produces the error "too many variables" when run on V8, with the limit reported as 131072.

It appears that this is the number of functions in the demo, which is well over 128K. The functions are all in a (function() {...})() block, so they are probably all local variables. Mozilla attempted to determine the number of these functions which are actually used, but it's still over 128K.

Would it be possible to raise this limit easily?

Will try to get a test case, but this application isn't public yet.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to