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

Issue 560113002: Narrow String::CharAt from int32_t to uint16_t. (Closed)

Created:
6 years, 3 months ago by rmacnak
Modified:
6 years, 3 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Narrow String::CharAt from int32_t to uint16_t. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=40178

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -27 lines) Patch
M runtime/lib/string.cc View 1 2 3 4 2 chunks +6 lines, -9 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/scanner.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
rmacnak
6 years, 3 months ago (2014-09-11 00:24:40 UTC) #2
siva
There are couple of issues: - in dart_api_impl.cc we have some static_cast<uint16_t> which needs to ...
6 years, 3 months ago (2014-09-11 01:30:31 UTC) #3
rmacnak
On 2014/09/11 01:30:31, siva wrote: > There are couple of issues: > - in dart_api_impl.cc ...
6 years, 3 months ago (2014-09-11 19:51:33 UTC) #4
siva
lgtm https://codereview.chromium.org/560113002/diff/60001/runtime/lib/string.cc File runtime/lib/string.cc (right): https://codereview.chromium.org/560113002/diff/60001/runtime/lib/string.cc#newcode245 runtime/lib/string.cc:245: GET_NON_NULL_NATIVE_ARGUMENT(Integer, index, arguments->NativeArgAt(1)); Can you add a comment ...
6 years, 3 months ago (2014-09-11 20:23:00 UTC) #5
rmacnak
On 2014/09/11 20:23:00, siva wrote: > lgtm > > https://codereview.chromium.org/560113002/diff/60001/runtime/lib/string.cc > File runtime/lib/string.cc (right): > ...
6 years, 3 months ago (2014-09-11 20:54:57 UTC) #6
rmacnak
6 years, 3 months ago (2014-09-11 20:55:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 40178 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698