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

Issue 12428003: Use type mask to figure out if we can constant fold boolify operations. (Closed)

Created:
7 years, 9 months ago by kasperl
Modified:
7 years, 9 months ago
Reviewers:
karlklose, ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use type mask to figure out if we can constant fold boolify operations. R=ngeoffray@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=19456

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 chunk +6 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
kasperl
7 years, 9 months ago (2013-03-05 09:21:46 UTC) #1
ngeoffray
LGTM
7 years, 9 months ago (2013-03-05 09:23:00 UTC) #2
karlklose
https://codereview.chromium.org/12428003/diff/1/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/12428003/diff/1/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode187 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:187: DartType booleanType = backend.jsBoolClass.computeType(compiler); You could use '.rawType' here. ...
7 years, 9 months ago (2013-03-05 09:29:21 UTC) #3
kasperl
7 years, 9 months ago (2013-03-05 09:53:28 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r19456 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698