Chromium Code Reviews
DescriptionImplement crankshaft support for nested object literals.
This generates optimized code for deep-copying of nested object literal
boilerplates which are statically known. Most of the boilerplates have
already been generated at crankshaft time, so this optimization should
kick in for virtually every object literal. Only nested object literal
graphs up to a certain depth and containing up to a certain total number
of properties are considered for this optimization. This will prevent
explosion of code size due to large object literals (e.g. eval on JSON).
Improves splay performance because object literals are created often.
R=fschneider@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=10061
Patch Set 1 #Patch Set 2 : No really, I can code C. #
Total comments: 10
Patch Set 3 : Addressed comments by Florian Schneider. #
Total comments: 6
Patch Set 4 : Ported lithium part to x64 and ARM. #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||