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

Issue 349923004: Add support for superSend to the new IR and dart backend. (Closed)

Created:
6 years, 6 months ago by sigurdm
Modified:
6 years, 5 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for superSend to the new IR and dart backend. Committed: https://code.google.com/p/dart/source/detail?r=37783

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address Asger's comments. Handle super sendset #

Patch Set 3 : Also handle implicit this, fix a typeerror. #

Total comments: 1

Patch Set 4 : Also handle sendSet #

Total comments: 6

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -136 lines) Patch
M sdk/lib/_internal/compiler/implementation/dart_backend/dart_codegen.dart View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart View 1 2 3 7 chunks +42 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ir/ir_builder.dart View 1 2 3 4 7 chunks +175 lines, -125 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ir/ir_nodes.dart View 1 2 3 4 3 chunks +29 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ir/ir_tracer.dart View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sigurdm
6 years, 6 months ago (2014-06-23 10:32:33 UTC) #1
asgerf
https://codereview.chromium.org/349923004/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart File sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart (right): https://codereview.chromium.org/349923004/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart#newcode547 sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart:547: class Super extends Expression { There is already a ...
6 years, 6 months ago (2014-06-23 10:55:18 UTC) #2
sigurdm
https://codereview.chromium.org/349923004/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart File sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart (right): https://codereview.chromium.org/349923004/diff/1/sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart#newcode547 sdk/lib/_internal/compiler/implementation/dart_backend/dart_printer.dart:547: class Super extends Expression { On 2014/06/23 10:55:17, asgerf ...
6 years, 6 months ago (2014-06-24 09:23:08 UTC) #3
asgerf
DBC https://codereview.chromium.org/349923004/diff/100001/sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart File sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart (right): https://codereview.chromium.org/349923004/diff/100001/sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart#newcode139 sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart:139: Expression receiver; There should be no receiver
6 years, 6 months ago (2014-06-26 07:44:40 UTC) #4
sigurdm
PTAL
6 years, 6 months ago (2014-06-27 07:50:54 UTC) #5
asgerf
https://codereview.chromium.org/349923004/diff/120001/sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart File sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart (right): https://codereview.chromium.org/349923004/diff/120001/sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart#newcode295 sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart:295: String receiver = node.receiver.accept(this); node does not have a ...
6 years, 6 months ago (2014-06-27 08:09:57 UTC) #6
sigurdm
https://codereview.chromium.org/349923004/diff/120001/sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart File sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart (right): https://codereview.chromium.org/349923004/diff/120001/sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart#newcode295 sdk/lib/_internal/compiler/implementation/dart_backend/tree_tracer.dart:295: String receiver = node.receiver.accept(this); On 2014/06/27 08:09:56, asgerf wrote: ...
6 years, 6 months ago (2014-06-27 09:20:21 UTC) #7
sigurdm
6 years, 5 months ago (2014-06-27 11:04:11 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r37783 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698