Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Issue 5977013: Aviod double checking IS_STRING when joining arrays. (Closed)

Created:
9 years, 11 months ago by sandholm
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Aviod double checking IS_STRING when joining arrays.

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M src/array.js View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/v8natives.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sandholm
9 years, 11 months ago (2011-01-07 13:10:42 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/5977013/diff/1/src/array.js File src/array.js (right): http://codereview.chromium.org/5977013/diff/1/src/array.js#newcode70 src/array.js:70: // Optimized for sparse arrays if separator is ...
9 years, 11 months ago (2011-01-07 13:13:43 UTC) #2
sandholm
9 years, 11 months ago (2011-01-07 13:20:01 UTC) #3
http://codereview.chromium.org/5977013/diff/1/src/array.js
File src/array.js (right):

http://codereview.chromium.org/5977013/diff/1/src/array.js#newcode70
src/array.js:70: // Optimized for sparse arrays if separator is ''.
On 2011/01/07 13:13:43, Lasse Reichstein wrote:
> Make a comment saying that convert is only called on non-strings.

Done.

Powered by Google App Engine
This is Rietveld 408576698