Comment #19 on issue 1630 by [email protected]: Compiled raytrace code is very slow
http://code.google.com/p/v8/issues/detail?id=1630

@svenpanne: Emscripten has several code generation modes, two with typed arrays and one without. The one without is slower, but will work in all browsers so it is still important. IE10 is getting typed arrays, but many people will still need to support IE9 and below for a while :(

@fschneider: I saw the OOM on 32-bit ubuntu over here, two separate machines, using node 0.6.6 and somewhat older v8 versions. Trying with v8 svn now, I don't see an OOM, so that has improved. It does reach 600MB though, for comparison spidermonkey uses 400MB, and normally I see v8 using less memory than spidermonkey.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to