DescriptionGo into slow case when encountering object initialization on the top level to optimize performance of code like
C.prototype.x = ...;
C.prototype.y = ...;
...
C.prototype.z = ...;
Committed: http://code.google.com/p/v8/source/detail?r=1372
Patch Set 1 #
Total comments: 14
Messages
Total messages: 4 (0 generated)
|