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

Issue 1109403002: cps-ir: Support compilation of methods that use interceptor calling convention. (Closed)

Created:
5 years, 7 months ago by karlklose
Modified:
5 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

cps-ir: Support compilation of methods that use interceptor calling convention. This is a modified version of sra@'s CL https://codereview.chromium.org/1020243002/ with kmillikin@'s comments addressed. R=sigurdm@google.com, kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=45680

Patch Set 1 #

Patch Set 2 : Set correct diff base #

Patch Set 3 : Adjust test expectations. #

Total comments: 2

Patch Set 4 : Address comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1803 lines, -3665 lines) Patch
M pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 1 3 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart View 1 3 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/codegen.dart View 1 2 3 3 chunks +17 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/glue.dart View 1 2 3 6 chunks +44 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/task.dart View 1 3 1 chunk +0 lines, -7 lines 0 comments Download
A pkg/compiler/lib/src/js_backend/codegen/type_test_emitter.dart View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/unsugar.dart View 1 2 3 4 chunks +116 lines, -16 lines 0 comments Download
M pkg/pkg.status View 1 2 3 1 chunk +40 lines, -493 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tests/benchmark_smoke/benchmark_smoke.status View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 2 3 1 chunk +0 lines, -194 lines 0 comments Download
M tests/compiler/dart2js_native/dart2js_native.status View 1 2 3 1 chunk +0 lines, -113 lines 0 comments Download
M tests/corelib/corelib.status View 1 2 3 1 chunk +145 lines, -349 lines 0 comments Download
M tests/html/html.status View 1 2 3 2 chunks +89 lines, -89 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 3 1 chunk +52 lines, -54 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 9 chunks +793 lines, -1647 lines 0 comments Download
M tests/lib/lib.status View 1 2 3 1 chunk +350 lines, -492 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 1 chunk +88 lines, -195 lines 0 comments Download
M tests/utils/utils.status View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
karlklose
5 years, 7 months ago (2015-04-29 12:31:58 UTC) #1
sigurdm
LGTM https://codereview.chromium.org/1109403002/diff/30001/pkg/compiler/lib/src/js_backend/codegen/unsugar.dart File pkg/compiler/lib/src/js_backend/codegen/unsugar.dart (right): https://codereview.chromium.org/1109403002/diff/30001/pkg/compiler/lib/src/js_backend/codegen/unsugar.dart#newcode108 pkg/compiler/lib/src/js_backend/codegen/unsugar.dart:108: void insertEqNullCheck(FunctionDefinition function) { Is this rewrite correct ...
5 years, 7 months ago (2015-04-30 08:57:44 UTC) #3
karlklose
5 years, 7 months ago (2015-05-11 12:38:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 (id:40001) manually as 45680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698