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

Issue 707493003: dart2js: Trust type annotations more often with --trust-type-annotation. (Closed)

Created:
6 years, 1 month ago by floitsch
Modified:
6 years, 1 month ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Rebase and improvements. #

Total comments: 4

Patch Set 3 : Don't add HTypeKnown for Object or dynamic. #

Patch Set 4 : Rebase after revert. #

Patch Set 5 : Fix argument spelling. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -42 lines) Patch
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 12 chunks +46 lines, -33 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/mock_libraries.dart View 1 2 chunks +3 lines, -1 line 0 comments Download
A + tests/compiler/dart2js/trust_type_annotations2_test.dart View 1 2 3 4 2 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
floitsch
I'm still fighting with the test (mainly the mock-compiler), but I have tested it by ...
6 years, 1 month ago (2014-11-05 19:59:23 UTC) #2
sra1
LGTM This looks like it would fix the errors I get with developer mode dart2js ...
6 years, 1 month ago (2014-11-06 03:11:29 UTC) #3
floitsch
PTAL. Turns out that we didn't use the checked/trusted information as much as we could ...
6 years, 1 month ago (2014-11-06 16:57:52 UTC) #4
sra1
https://codereview.chromium.org/707493003/diff/20001/pkg/compiler/lib/src/ssa/builder.dart File pkg/compiler/lib/src/ssa/builder.dart (right): https://codereview.chromium.org/707493003/diff/20001/pkg/compiler/lib/src/ssa/builder.dart#newcode4148 pkg/compiler/lib/src/ssa/builder.dart:4148: assert(stack.last is HInvokeStatic || stack.last == newObject); I get ...
6 years, 1 month ago (2014-11-06 17:47:51 UTC) #5
floitsch
PTAL. I "fixed" the crash in Swarm by not adding an HTypeKnown for dynamic or ...
6 years, 1 month ago (2014-11-07 15:50:13 UTC) #6
floitsch
On 2014/11/07 15:50:13, floitsch wrote: > PTAL. > I "fixed" the crash in Swarm by ...
6 years, 1 month ago (2014-11-07 16:29:32 UTC) #7
sra1
lgtm
6 years, 1 month ago (2014-11-07 16:42:49 UTC) #8
floitsch
Committed patchset #3 (id:40001) manually as 41636 (presubmit successful).
6 years, 1 month ago (2014-11-10 15:50:39 UTC) #9
floitsch
Fixed the spelling of the flag to dart2js. Resubmitting.
6 years, 1 month ago (2014-11-10 16:53:14 UTC) #10
floitsch
6 years, 1 month ago (2014-11-10 16:54:09 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 41639 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698