Reviewers: Mads Ager, sandholm,

Message:
Anders and Mads,

may you have a look?

Description:
Introduce 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

Please review this at http://codereview.chromium.org/6520004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/array.js
  M src/runtime.h
  M src/runtime.cc
  M test/mjsunit/fuzz-natives.js


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

Reply via email to