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

Issue 1347423003: dart2js: Make sure that super classes have their inheritance chain set up correctly. (Closed)

Created:
5 years, 3 months ago by floitsch
Modified:
5 years, 3 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: Make sure that super classes have their inheritance chain set up correctly. This bug was only happening for the --fast-startup. For most browsers we simply change the '__proto__' and the order wouldn't be important. However, for the other browsers we have to do it in order. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/f36b8aa4e4dd0a44015a829ca715f7c09b736861

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -6 lines) Patch
M pkg/compiler/lib/src/js_emitter/startup_emitter/fragment_emitter.dart View 1 chunk +19 lines, -6 lines 0 comments Download
A tests/language/inheritance_chain_lib.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A tests/language/inheritance_chain_test.dart View 1 chunk +103 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
floitsch
The test is currently not run, since we don't have buildbots running the startup flag. ...
5 years, 3 months ago (2015-09-22 18:25:49 UTC) #2
Siggi Cherem (dart-lang)
lgtm
5 years, 3 months ago (2015-09-22 22:12:32 UTC) #3
floitsch
5 years, 3 months ago (2015-09-23 09:48:22 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
f36b8aa4e4dd0a44015a829ca715f7c09b736861 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698