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

Issue 10993036: Implement the apply functionality for dart2js and currently just put it in a test. (Closed)

Created:
8 years, 2 months ago by ngeoffray
Modified:
8 years, 2 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org, gbracha, Lasse Reichstein Nielsen
Visibility:
Public.

Description

Implement the apply functionality for dart2js and currently just put it in a test. Committed: https://code.google.com/p/dart/source/detail?r=12909

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -6 lines) Patch
M lib/compiler/implementation/ssa/builder.dart View 1 chunk +3 lines, -1 line 0 comments Download
M lib/compiler/implementation/ssa/codegen.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A tests/compiler/dart2js_native/apply_test.dart View 1 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
8 years, 2 months ago (2012-09-26 13:14:18 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/10993036/diff/2001/tests/compiler/dart2js_native/apply_test.dart File tests/compiler/dart2js_native/apply_test.dart (right): https://codereview.chromium.org/10993036/diff/2001/tests/compiler/dart2js_native/apply_test.dart#newcode9 tests/compiler/dart2js_native/apply_test.dart:9: int nbArguments = 0; nbArguments -> argumentCount? https://codereview.chromium.org/10993036/diff/2001/tests/compiler/dart2js_native/apply_test.dart#newcode19 ...
8 years, 2 months ago (2012-09-26 13:23:43 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/10993036/diff/2001/tests/compiler/dart2js_native/apply_test.dart File tests/compiler/dart2js_native/apply_test.dart (right): https://codereview.chromium.org/10993036/diff/2001/tests/compiler/dart2js_native/apply_test.dart#newcode9 tests/compiler/dart2js_native/apply_test.dart:9: int nbArguments = 0; On 2012/09/26 13:23:43, ...
8 years, 2 months ago (2012-09-26 13:40:44 UTC) #3
ngeoffray
8 years, 2 months ago (2012-09-26 13:48:24 UTC) #4
+gilad, +lasse FYI

Powered by Google App Engine
This is Rietveld 408576698