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

Issue 669060: Add runtime function for string to array conversion. (Closed)

Created:
10 years, 9 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add runtime function for string to array conversion. Committed: http://code.google.com/p/v8/source/detail?r=4022

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -21 lines) Patch
M src/builtins.cc View 6 chunks +5 lines, -15 lines 0 comments Download
M src/factory.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +6 lines, -0 lines 2 comments Download
M src/heap.h View 1 chunk +8 lines, -1 line 0 comments Download
M src/heap.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +67 lines, -0 lines 2 comments Download
M src/string.js View 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Vitaly Repeshko
10 years, 9 months ago (2010-03-04 13:17:03 UTC) #1
antonm
drive-by comment http://codereview.chromium.org/669060/diff/1/3 File src/factory.cc (right): http://codereview.chromium.org/669060/diff/1/3#newcode47 src/factory.cc:47: ASSERT(0 <= size); I am not sure ...
10 years, 9 months ago (2010-03-04 13:23:15 UTC) #2
Vitaly Repeshko
http://codereview.chromium.org/669060/diff/1/3 File src/factory.cc (right): http://codereview.chromium.org/669060/diff/1/3#newcode47 src/factory.cc:47: ASSERT(0 <= size); On 2010/03/04 13:23:15, antonm wrote: > ...
10 years, 9 months ago (2010-03-04 13:25:58 UTC) #3
antonm
On 2010/03/04 13:25:58, Vitaly wrote: > http://codereview.chromium.org/669060/diff/1/3 > File src/factory.cc (right): > > http://codereview.chromium.org/669060/diff/1/3#newcode47 > ...
10 years, 9 months ago (2010-03-04 13:28:21 UTC) #4
Mads Ager (chromium)
LGTM http://codereview.chromium.org/669060/diff/1/7 File src/runtime.cc (right): http://codereview.chromium.org/669060/diff/1/7#newcode4256 src/runtime.cc:4256: UPDATE_WRITE_BARRIER); Just omit the WriteBarrierMode here since the ...
10 years, 9 months ago (2010-03-04 13:30:56 UTC) #5
Vitaly Repeshko
10 years, 9 months ago (2010-03-04 14:03:11 UTC) #6
http://codereview.chromium.org/669060/diff/1/7
File src/runtime.cc (right):

http://codereview.chromium.org/669060/diff/1/7#newcode4256
src/runtime.cc:4256: UPDATE_WRITE_BARRIER);
On 2010/03/04 13:30:56, Mads Ager wrote:
> Just omit the WriteBarrierMode here since the default is to update the write
> barrier.  The same for the two occurrences below.

Done.

Powered by Google App Engine
This is Rietveld 408576698