DescriptionIntroduce new runtime function to make join with lower memory usage.
Do not use generic StringBuilderConcat which requires array passed
to keep both elements and separator (which roughly double size
of the array). That should be faster as well.
BUG=crbug.com/54580
Committed: http://code.google.com/p/v8/source/detail?r=6777
Patch Set 1 #Patch Set 2 : Removing unnecessary file #
Total comments: 1
Patch Set 3 : Following Anders' advice #
Messages
Total messages: 3 (0 generated)
|