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

Issue 22980022: Setup a peer for read only strings that are not externalized in (Closed)

Created:
7 years, 4 months ago by siva
Modified:
7 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Setup a peer for read only strings that are not externalized in Dart_MakeExternalString so that it is not necessary to create a new reference for it everytime it is accessed in native code. - Removed unused function Dart_ExternalStringGetPeer R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=26538

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 10

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -129 lines) Patch
M runtime/include/dart_api.h View 1 2 3 4 5 4 chunks +9 lines, -12 lines 0 comments Download
M runtime/vm/benchmark_test.cc View 1 2 3 4 5 2 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.h View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 7 chunks +32 lines, -62 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 3 4 5 6 chunks +21 lines, -49 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 3 chunks +12 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 2 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
siva
7 years, 4 months ago (2013-08-20 22:49:02 UTC) #1
siva
7 years, 4 months ago (2013-08-21 00:23:03 UTC) #2
Ivan Posva
LGTM with comments. -Ivan https://codereview.chromium.org/22980022/diff/27001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/22980022/diff/27001/runtime/include/dart_api.h#newcode1560 runtime/include/dart_api.h:1560: * \param peer Returns the ...
7 years, 4 months ago (2013-08-22 15:44:51 UTC) #3
siva
https://codereview.chromium.org/22980022/diff/27001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/22980022/diff/27001/runtime/include/dart_api.h#newcode1560 runtime/include/dart_api.h:1560: * \param peer Returns the peer pointer if the ...
7 years, 4 months ago (2013-08-22 16:57:07 UTC) #4
siva
7 years, 4 months ago (2013-08-22 17:10:43 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r26538 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698