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

Issue 11275189: Clean up the codegen by not re-computing parameter names. (Closed)

Created:
8 years, 1 month ago by ngeoffray
Modified:
8 years, 1 month ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Clean up the codegen by not re-computing parameter names. Committed: https://code.google.com/p/dart/source/detail?r=14626

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -123 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 6 chunks +16 lines, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 9 chunks +23 lines, -107 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart View 3 chunks +4 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-07 13:37:02 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/11275189/diff/2001/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart File sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (right): https://codereview.chromium.org/11275189/diff/2001/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart#newcode97 sdk/lib/_internal/compiler/implementation/ssa/codegen.dart:97: String parametersString = Strings.join(codegen.parameterNames.values, ", "); 80chars.
8 years, 1 month ago (2012-11-07 14:44:37 UTC) #2
ngeoffray
8 years, 1 month ago (2012-11-07 14:47:48 UTC) #3
https://codereview.chromium.org/11275189/diff/2001/sdk/lib/_internal/compiler...
File sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (right):

https://codereview.chromium.org/11275189/diff/2001/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/ssa/codegen.dart:97: String
parametersString = Strings.join(codegen.parameterNames.values, ", ");
On 2012/11/07 14:44:37, floitsch wrote:
> 80chars.

Done.

Powered by Google App Engine
This is Rietveld 408576698