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

Issue 8678031: Optimize type checks of list and map literals. (Closed)

Created:
9 years ago by regis
Modified:
9 years ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Optimize type checks of list and map literals. Introduce an ast node for explicit 'assignable to' type checks. Remove Instance::Is() helper. Committed: https://code.google.com/p/dart/source/detail?r=1827

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -53 lines) Patch
M runtime/lib/literal_factory.dart View 1 2 chunks +8 lines, -32 lines 0 comments Download
M runtime/vm/ast.h View 1 2 chunks +34 lines, -0 lines 0 comments Download
M runtime/vm/ast_printer.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/code_generator_ia32.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/vm/parser.cc View 1 7 chunks +42 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
regis
9 years ago (2011-11-24 00:11:23 UTC) #1
srdjan
9 years ago (2011-11-24 00:24:03 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698