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

Issue 699593004: dart2js: Use type-checks in later operations. (Closed)

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

Description

dart2js: Use type-checks in later operations. We correctly GVNed type-checks (in checked mode), but we didn't always use the checks in later operations. R=herhut@google.com Committed: https://code.google.com/p/dart/source/detail?r=41605

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -2 lines) Patch
M pkg/compiler/lib/src/ssa/types_propagation.dart View 1 chunk +10 lines, -2 lines 0 comments Download
A tests/compiler/dart2js/use_checks_test.dart View 1 chunk +33 lines, -0 lines 2 comments Download

Messages

Total messages: 5 (1 generated)
floitsch
6 years, 1 month ago (2014-11-07 12:42:18 UTC) #2
herhut
lgtm However, I would prefer to build the graph like this directly in the builder ...
6 years, 1 month ago (2014-11-07 13:36:58 UTC) #3
floitsch
https://chromiumcodereview.appspot.com/699593004/diff/1/tests/compiler/dart2js/use_checks_test.dart File tests/compiler/dart2js/use_checks_test.dart (right): https://chromiumcodereview.appspot.com/699593004/diff/1/tests/compiler/dart2js/use_checks_test.dart#newcode7 tests/compiler/dart2js/use_checks_test.dart:7: import 'memory_compiler.dart'; On 2014/11/07 13:36:58, herhut wrote: > Nit: ...
6 years, 1 month ago (2014-11-07 13:58:16 UTC) #4
floitsch
6 years, 1 month ago (2014-11-07 13:58:30 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41605 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698