Chromium Code Reviews

Issue 521054: Improve the performance of String.prototype.concat and the slow-case... (Closed)

Created:
10 years, 11 months ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
Mads Ager (chromium)
CC:
v8-dev
Visibility:
Public.

Description

Improve the performance of String.prototype.concat and the slow-case for compare operations. Committed: http://code.google.com/p/v8/source/detail?r=3553

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+29 lines, -24 lines)
M src/runtime.js View 1 chunk +21 lines, -18 lines 0 comments
M src/string.js View 1 chunk +8 lines, -6 lines 0 comments

Messages

Total messages: 2 (0 generated)
Kasper Lund
10 years, 11 months ago (2010-01-07 09:32:33 UTC) #1
Mads Ager (chromium)
10 years, 11 months ago (2010-01-07 09:37:13 UTC) #2
STV!

Powered by Google App Engine