Updates:
        Status: Assigned
        Owner: [email protected]
        Cc: [email protected] [email protected]
        Labels: TurboFan Type-FeatureRequest Priority-Low HW-All OS-All 
Performance

Comment #1 on issue 3907 by [email protected]: Allowing asm.js memory growth causes big slowdown
https://code.google.com/p/v8/issues/detail?id=3907

Well, the changes are everything but minor. Allowing memory growth makes immutable context slots mutable (the typed arrays actually), which means that TurboFan cannot treat them as constants. Not only does this defeat several optimizations in V8, Emscripten also generates invalid asm.js with this option so it'll probably also affect other browsers that support asm.js.

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