Improve performance of Array.prototype.join and String.prototype.substring
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Jan 2010 14:40:21 +0000 (14:40 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Jan 2010 14:40:21 +0000 (14:40 +0000)
commit1fdbaa1d10490af4a7d6ae132529a33e91b48b46
treeec4fd269ac162c1c64b9c48f513cb509dea5a952
parent99fbea324b8933f6cf06fb2f5bda090d870a4498
Improve performance of Array.prototype.join and String.prototype.substring
by tweaking the JavaScript implementation of these functions.
Review URL: http://codereview.chromium.org/519061

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3545 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
src/macros.py
src/math.js
src/runtime.cc
src/runtime.h
src/runtime.js
src/string.js
test/mjsunit/fuzz-natives.js