Comment #5 on 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

Something more than 128k sounds like the known Lithium virtual register limit. Although there are 2^18 virtual registers, one has to remember that the allocator uses interval splitting, so the actual number of Lithium values has to be well below 2^18 to leave some "breathing room" for the allocator.

--
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