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 10826259: Collect referenced classes recursively. (Closed)

Created:
8 years, 4 months ago by Roman
Modified:
8 years, 4 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Collect referenced classes recursively. Committed: https://code.google.com/p/dart/source/detail?r=10556

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -23 lines) Patch
M lib/compiler/implementation/dart_backend/backend.dart View 1 2 1 chunk +16 lines, -9 lines 0 comments Download
M tests/language/language.status View 1 2 6 chunks +1 line, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Roman
8 years, 4 months ago (2012-08-11 11:26:37 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10826259/diff/1/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10826259/diff/1/lib/compiler/implementation/dart_backend/backend.dart#newcode157 lib/compiler/implementation/dart_backend/backend.dart:157: new ReferencedElementCollector( please, do not duplicate the code, but ...
8 years, 4 months ago (2012-08-13 08:01:01 UTC) #2
Roman
https://chromiumcodereview.appspot.com/10826259/diff/1/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10826259/diff/1/lib/compiler/implementation/dart_backend/backend.dart#newcode157 lib/compiler/implementation/dart_backend/backend.dart:157: new ReferencedElementCollector( On 2012/08/13 08:01:01, Anton Muhin wrote: > ...
8 years, 4 months ago (2012-08-13 08:14:06 UTC) #3
Anton Muhin
lgtm w/ comments addressed. https://chromiumcodereview.appspot.com/10826259/diff/4/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10826259/diff/4/lib/compiler/implementation/dart_backend/backend.dart#newcode144 lib/compiler/implementation/dart_backend/backend.dart:144: void collectElement(Element element) { nit: ...
8 years, 4 months ago (2012-08-13 08:15:30 UTC) #4
Roman
https://chromiumcodereview.appspot.com/10826259/diff/4/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10826259/diff/4/lib/compiler/implementation/dart_backend/backend.dart#newcode144 lib/compiler/implementation/dart_backend/backend.dart:144: void collectElement(Element element) { On 2012/08/13 08:15:30, Anton Muhin ...
8 years, 4 months ago (2012-08-13 08:23:08 UTC) #5
Anton Muhin
8 years, 4 months ago (2012-08-13 08:27:44 UTC) #6
thanks!

Powered by Google App Engine
This is Rietveld 408576698