Updates:
        Status: Assigned
        Owner: [email protected]

Comment #1 on issue 1345 by [email protected]: JSLint showing performance slower than expected, slowest among modern browsers
http://code.google.com/p/v8/issues/detail?id=1345

JSLint relies on Object.create() to produce tokens.

Object.create() returns an object with a new different map for each call even when prototypes are the same. This causes "breakage" of all map-centric optimizations (e.g. inline caches).





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

Reply via email to