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

Issue 10827450: Move class hierarchy analysis to its own source. (Closed)

Created:
8 years, 4 months ago by regis
Modified:
8 years, 4 months ago
Reviewers:
srdjan, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move class hierarchy analysis to its own source. Committed: https://code.google.com/p/dart/source/detail?r=11097

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -242 lines) Patch
A runtime/vm/cha.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A runtime/vm/cha.cc View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A runtime/vm/cha_test.cc View 1 2 1 chunk +130 lines, -0 lines 0 comments Download
M runtime/vm/class_table.h View 1 2 3 2 chunks +0 lines, -23 lines 0 comments Download
M runtime/vm/class_table.cc View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D runtime/vm/class_table_test.cc View 1 2 3 1 chunk +0 lines, -131 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
8 years, 4 months ago (2012-08-21 18:35:21 UTC) #1
srdjan
LGTM https://chromiumcodereview.appspot.com/10827450/diff/1/runtime/vm/cha.h File runtime/vm/cha.h (right): https://chromiumcodereview.appspot.com/10827450/diff/1/runtime/vm/cha.h#newcode42 runtime/vm/cha.h:42: const ClassTable& class_table_; DISALLOW_COPY ...
8 years, 4 months ago (2012-08-21 18:46:24 UTC) #2
regis
PTAL CHA is now AllStatic, as requested by Ivan. -- Regis https://chromiumcodereview.appspot.com/10827450/diff/1/runtime/vm/cha.h File runtime/vm/cha.h (right): ...
8 years, 4 months ago (2012-08-21 20:09:34 UTC) #3
srdjan
lgtm
8 years, 4 months ago (2012-08-21 20:12:40 UTC) #4
regis
8 years, 4 months ago (2012-08-21 20:50:17 UTC) #5
While waiting for the build to turn green before submitting, changed
HasSuclasses to return true for Object class.

-- Regis

Powered by Google App Engine
This is Rietveld 408576698