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 2194173002: Include constants in deferred computation. (Closed)

Created:
4 years, 4 months ago by Johnni Winther
Modified:
4 years, 4 months ago
Reviewers:
Harry Terkelsen
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Include constants in deferred computation. This ensures that in-code constants are included in the deferred computation. Currently the set of live constants is not computed in itself, so the constants used in the computation are not the same - and they are generally larger than needed. R=het@google.com Committed: https://github.com/dart-lang/sdk/commit/e6241bc12d1449a57fe569a188ecc1f7d9d5186b

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated cf. comments #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+372 lines, -27 lines) Patch
M pkg/compiler/lib/src/constants/expressions.dart View 1 2 4 chunks +3 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/deferred_load.dart View 1 2 3 chunks +13 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/serialization/equivalence.dart View 1 8 chunks +178 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/serialization/model_test_helper.dart View 1 2 4 chunks +47 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/serialization/test_data.dart View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/serialization/test_helper.dart View 1 2 8 chunks +102 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Johnni Winther
4 years, 4 months ago (2016-08-01 12:37:11 UTC) #3
Harry Terkelsen
lgtm https://codereview.chromium.org/2194173002/diff/1/pkg/compiler/lib/src/serialization/equivalence.dart File pkg/compiler/lib/src/serialization/equivalence.dart (right): https://codereview.chromium.org/2194173002/diff/1/pkg/compiler/lib/src/serialization/equivalence.dart#newcode959 pkg/compiler/lib/src/serialization/equivalence.dart:959: return strategy.testTypes(value1, value2, 'payload', value1.dispatchedType, payload -> dispatchedType ...
4 years, 4 months ago (2016-08-01 17:42:23 UTC) #4
Johnni Winther
https://codereview.chromium.org/2194173002/diff/1/pkg/compiler/lib/src/serialization/equivalence.dart File pkg/compiler/lib/src/serialization/equivalence.dart (right): https://codereview.chromium.org/2194173002/diff/1/pkg/compiler/lib/src/serialization/equivalence.dart#newcode959 pkg/compiler/lib/src/serialization/equivalence.dart:959: return strategy.testTypes(value1, value2, 'payload', value1.dispatchedType, On 2016/08/01 17:42:23, Harry ...
4 years, 4 months ago (2016-08-08 11:38:33 UTC) #5
Johnni Winther
4 years, 4 months ago (2016-08-08 12:40:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
e6241bc12d1449a57fe569a188ecc1f7d9d5186b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698