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

Issue 8394061: Store IC data instead of array of classes in AST node, so that we can easier access targets and f... (Closed)

Created:
9 years, 1 month ago by srdjan
Modified:
9 years, 1 month ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Store IC data instead of array of classes in AST node, so that we can easier access targets and future multi-check IC data. Committed: https://code.google.com/p/dart/source/detail?r=770

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -101 lines) Patch
M runtime/vm/ast.h View 1 10 chunks +35 lines, -46 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +10 lines, -13 lines 0 comments Download
M runtime/vm/ic_data.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/ic_data.cc View 7 chunks +15 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +5 lines, -17 lines 0 comments Download
M runtime/vm/opt_code_generator_ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 1 9 chunks +31 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
9 years, 1 month ago (2011-10-26 18:23:25 UTC) #1
regis
9 years, 1 month ago (2011-10-26 18:34:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698