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

Issue 1519773002: Don't constant fold large strings. (Closed)

Created:
5 years ago by sra1
Modified:
5 years ago
Reviewers:
asgerf
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Don't constant fold large strings. This fixes a 10k regression in swarm. Marked with appropriate TODOs. R=asgerf@google.com Committed: https://github.com/dart-lang/sdk/commit/04e3f8520c5d7534e3213bdef4f4cd684a1369d1

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M pkg/compiler/lib/src/cps_ir/type_propagation.dart View 1 chunk +14 lines, -1 line 4 comments Download

Messages

Total messages: 6 (2 generated)
sra1
5 years ago (2015-12-11 05:52:14 UTC) #2
asgerf
lgtm if the check is moved to visitLetPrim https://codereview.chromium.org/1519773002/diff/1/pkg/compiler/lib/src/cps_ir/type_propagation.dart File pkg/compiler/lib/src/cps_ir/type_propagation.dart (right): https://codereview.chromium.org/1519773002/diff/1/pkg/compiler/lib/src/cps_ir/type_propagation.dart#newcode849 pkg/compiler/lib/src/cps_ir/type_propagation.dart:849: if ...
5 years ago (2015-12-11 12:27:12 UTC) #3
sra1
https://chromiumcodereview.appspot.com/1519773002/diff/1/pkg/compiler/lib/src/cps_ir/type_propagation.dart File pkg/compiler/lib/src/cps_ir/type_propagation.dart (right): https://chromiumcodereview.appspot.com/1519773002/diff/1/pkg/compiler/lib/src/cps_ir/type_propagation.dart#newcode849 pkg/compiler/lib/src/cps_ir/type_propagation.dart:849: if (value.isConstant) { On 2015/12/11 12:27:12, asgerf wrote: > ...
5 years ago (2015-12-11 19:13:26 UTC) #4
sra1
5 years ago (2015-12-11 19:33:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
04e3f8520c5d7534e3213bdef4f4cd684a1369d1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698