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

Issue 9368033: Support is checks on primitive types. (Closed)

Created:
8 years, 10 months ago by ngeoffray
Modified:
8 years, 10 months ago
Reviewers:
ahe, floitsch
CC:
reviews_dartlang.org, karlklose, Lasse Reichstein Nielsen, ahe, kasperl
Visibility:
Public.

Description

Support is checks on primitive types. Committed: https://code.google.com/p/dart/source/detail?r=4124

Patch Set 1 : '' #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -76 lines) Patch
M dart/frog/leg/lib/core.dart View 1 9 chunks +12 lines, -15 lines 0 comments Download
M dart/frog/leg/resolver.dart View 1 1 chunk +1 line, -8 lines 0 comments Download
M dart/frog/leg/ssa/codegen.dart View 1 2 chunks +74 lines, -32 lines 0 comments Download
M dart/frog/leg/ssa/codegen_helpers.dart View 1 4 chunks +18 lines, -7 lines 0 comments Download
M dart/tests/co19/co19-leg.status View 1 8 chunks +1 line, -13 lines 0 comments Download
M dart/tests/language/language-leg.status View 1 3 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
8 years, 10 months ago (2012-02-09 17:48:10 UTC) #1
ahe
LGTM, but you may want to wait for Florian's comments.
8 years, 10 months ago (2012-02-09 19:50:02 UTC) #2
floitsch
LGTM. https://chromiumcodereview.appspot.com/9368033/diff/2001/dart/frog/leg/ssa/codegen_helpers.dart File dart/frog/leg/ssa/codegen_helpers.dart (right): https://chromiumcodereview.appspot.com/9368033/diff/2001/dart/frog/leg/ssa/codegen_helpers.dart#newcode37 dart/frog/leg/ssa/codegen_helpers.dart:37: void visitIs(HIs instruction) {} add comment why this ...
8 years, 10 months ago (2012-02-10 09:38:17 UTC) #3
ngeoffray
8 years, 10 months ago (2012-02-10 09:40:48 UTC) #4
Thanks Peter and Florian

https://chromiumcodereview.appspot.com/9368033/diff/2001/dart/frog/leg/ssa/co...
File dart/frog/leg/ssa/codegen_helpers.dart (right):

https://chromiumcodereview.appspot.com/9368033/diff/2001/dart/frog/leg/ssa/co...
dart/frog/leg/ssa/codegen_helpers.dart:37: void visitIs(HIs instruction) {}
On 2012/02/10 09:38:17, floitsch wrote:
> add comment why this is empty.

Done.

Powered by Google App Engine
This is Rietveld 408576698