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

Issue 11421049: Fix missing classes in native emitters superclass info. (Closed)

Created:
8 years, 1 month ago by sra1
Modified:
8 years ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix missing classes in native emitters superclass info. Also tidied up the dispatch metadata generator. Committed: https://code.google.com/p/dart/source/detail?r=15340

Patch Set 1 : #

Total comments: 11

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -15 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 6 chunks +23 lines, -15 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sra1
8 years, 1 month ago (2012-11-22 23:46:17 UTC) #1
karlklose
https://codereview.chromium.org/11421049/diff/8001/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart (right): https://codereview.chromium.org/11421049/diff/8001/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart#newcode334 sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart:334: js.Expression existing = tagDefns[tag]; Why not type this js.VariableUse? ...
8 years, 1 month ago (2012-11-23 13:07:24 UTC) #2
sra1
https://codereview.chromium.org/11421049/diff/8001/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart (right): https://codereview.chromium.org/11421049/diff/8001/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart#newcode334 sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart:334: js.Expression existing = tagDefns[tag]; On 2012/11/23 13:07:24, karlklose wrote: ...
8 years, 1 month ago (2012-11-24 00:05:50 UTC) #3
karlklose
8 years ago (2012-11-26 11:24:56 UTC) #4
LGTM.

https://codereview.chromium.org/11421049/diff/8001/sdk/lib/_internal/compiler...
File sdk/lib/_internal/compiler/implementation/native_handler.dart (right):

https://codereview.chromium.org/11421049/diff/8001/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/native_handler.dart:331:
addSubtypes(cls.superclass, emitter);
Ah, I did not see l. 327.

Powered by Google App Engine
This is Rietveld 408576698