Updates:
Cc: [email protected] [email protected]
Comment #3 on issue 2087 by [email protected]: Share optimized code
across closure instances
http://code.google.com/p/v8/issues/detail?id=2087
I have a patch that is almost complete that fixes this.
There is one obstacle left: We embed closure-dependent constants
(array/object literal boilerplate objects) into optimized code. In order to
share the optimized code we need to make the optimized code completely
independent of a specific instance of a closure.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev