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

Issue 10873025: Inlining of static functions: applying Florian's CL. (Closed)

Created:
8 years, 4 months ago by ngeoffray
Modified:
8 years ago
Reviewers:
floitsch, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Inlining of static functions: applying Florian's CL. Committed: https://code.google.com/p/dart/source/detail?r=11226

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -32 lines) Patch
M lib/compiler/implementation/elements/elements.dart View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M lib/compiler/implementation/ssa/builder.dart View 1 2 3 5 chunks +177 lines, -1 line 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 1 chunk +4 lines, -1 line 1 comment Download
M tests/compiler/dart2js/call_site_type_inferer_static_test.dart View 1 2 1 chunk +12 lines, -11 lines 0 comments Download
M tests/compiler/dart2js/generate_at_use_site_test.dart View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M tests/compiler/dart2js/return_type_inferer_test.dart View 1 2 1 chunk +17 lines, -11 lines 0 comments Download
M tests/compiler/dart2js/source_mapping_test.dart View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
Patch taken as-is with some cosmetic changes, mostly comments.
8 years, 4 months ago (2012-08-23 08:51:16 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/10873025/diff/1/lib/compiler/implementation/ssa/builder.dart File lib/compiler/implementation/ssa/builder.dart (right): https://chromiumcodereview.appspot.com/10873025/diff/1/lib/compiler/implementation/ssa/builder.dart#newcode963 lib/compiler/implementation/ssa/builder.dart:963: // TODO(ngeoffray): Inlining currently does not work in ...
8 years, 4 months ago (2012-08-23 09:18:51 UTC) #2
ngeoffray
Thanks Kasper https://chromiumcodereview.appspot.com/10873025/diff/1/tests/compiler/dart2js/call_site_type_inferer_static_test.dart File tests/compiler/dart2js/call_site_type_inferer_static_test.dart (right): https://chromiumcodereview.appspot.com/10873025/diff/1/tests/compiler/dart2js/call_site_type_inferer_static_test.dart#newcode70 tests/compiler/dart2js/call_site_type_inferer_static_test.dart:70: g(p) {if (p== null) return null; return ...
8 years, 4 months ago (2012-08-23 12:19:02 UTC) #3
ahe
8 years ago (2012-12-05 10:25:50 UTC) #4
Message was sent while issue was closed.
FYI

https://chromiumcodereview.appspot.com/10873025/diff/9001/tests/co19/co19-dar...
File tests/co19/co19-dart2js.status (right):

https://chromiumcodereview.appspot.com/10873025/diff/9001/tests/co19/co19-dar...
tests/co19/co19-dart2js.status:423: LibTest/core/int/operator_NOT_A01_t01: Pass
It would be great if you could avoid marking tests as "pass".  In practice, this
often leads to tests being incorrectly marked as flaky.

Powered by Google App Engine
This is Rietveld 408576698