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

Issue 1859273002: Add flag to disable string externalization (Closed)

Created:
4 years, 8 months ago by rmacnak
Modified:
4 years, 8 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add flag to disable string externalization, allowing the compiler to rely on string class checks remaining valid across calls. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/34e4107c0d4f73586ac59337c058c87377431243

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -24 lines) Patch
M runtime/vm/constant_propagator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 3 14 chunks +52 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 3 chunks +3 lines, -13 lines 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
rmacnak
4 years, 8 months ago (2016-04-06 23:33:51 UTC) #3
Florian Schneider
Lgtm
4 years, 8 months ago (2016-04-07 16:28:27 UTC) #4
srdjan
DBC https://codereview.chromium.org/1859273002/diff/40001/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/1859273002/diff/40001/runtime/vm/dart_api_impl_test.cc#newcode5579 runtime/vm/dart_api_impl_test.cc:5579: FLAG_support_externalizable_strings = true; It seems that we are ...
4 years, 8 months ago (2016-04-07 16:47:36 UTC) #6
rmacnak
https://chromiumcodereview.appspot.com/1859273002/diff/40001/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://chromiumcodereview.appspot.com/1859273002/diff/40001/runtime/vm/dart_api_impl_test.cc#newcode5579 runtime/vm/dart_api_impl_test.cc:5579: FLAG_support_externalizable_strings = true; On 2016/04/07 16:47:36, srdjan wrote: > ...
4 years, 8 months ago (2016-04-07 20:22:37 UTC) #7
rmacnak
4 years, 8 months ago (2016-04-07 20:24:50 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
34e4107c0d4f73586ac59337c058c87377431243 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698