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

Issue 2646733006: Use entities in native_emitter.dart (Closed)

Created:
3 years, 11 months ago by Johnni Winther
Modified:
3 years, 11 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -124 lines) Patch
M pkg/compiler/lib/src/elements/resolution_types.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 4 chunks +73 lines, -63 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/native_emitter.dart View 1 12 chunks +31 lines, -45 lines 0 comments Download
M pkg/compiler/lib/src/native/enqueue.dart View 3 chunks +7 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/native/ssa.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/world_builder.dart View 3 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
Johnni Winther
3 years, 11 months ago (2017-01-20 13:00:59 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/js_backend/backend.dart File pkg/compiler/lib/src/js_backend/backend.dart (right): https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/js_backend/backend.dart#newcode1638 pkg/compiler/lib/src/js_backend/backend.dart:1638: } else if (type.isVoid) { while we are ...
3 years, 11 months ago (2017-01-20 17:00:16 UTC) #3
Johnni Winther
https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/js_backend/backend.dart File pkg/compiler/lib/src/js_backend/backend.dart (right): https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/js_backend/backend.dart#newcode1638 pkg/compiler/lib/src/js_backend/backend.dart:1638: } else if (type.isVoid) { On 2017/01/20 17:00:15, Siggi ...
3 years, 11 months ago (2017-01-23 10:00:09 UTC) #4
Johnni Winther
Committed patchset #2 (id:20001) manually as 58842470d5c1e04b62d1b81f9fc834ebd2e1d73e (presubmit successful).
3 years, 11 months ago (2017-01-23 10:05:34 UTC) #6
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/universe/world_builder.dart File pkg/compiler/lib/src/universe/world_builder.dart (right): https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/universe/world_builder.dart#newcode1118 pkg/compiler/lib/src/universe/world_builder.dart:1118: /// the parameter. On 2017/01/23 10:00:09, Johnni Winther wrote: ...
3 years, 11 months ago (2017-01-23 17:46:47 UTC) #7
Johnni Winther
3 years, 11 months ago (2017-01-24 09:16:42 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/univer...
File pkg/compiler/lib/src/universe/world_builder.dart (right):

https://codereview.chromium.org/2646733006/diff/1/pkg/compiler/lib/src/univer...
pkg/compiler/lib/src/universe/world_builder.dart:1118: /// the parameter.
On 2017/01/23 17:46:47, Siggi Cherem (dart-lang) wrote:
> On 2017/01/23 10:00:09, Johnni Winther wrote:
> > On 2017/01/20 17:00:15, Siggi Cherem (dart-lang) wrote:
> > > I thought you were going to simply use the function-type to extract this?
> > > 
> > 
> > This has to do with names of parameter (not only the types).
> 
> but I thought you only needed names for named-args, which are part of the
> type-signature

This is called for (good) naming of parameters in JS-methods, so we could just
return `p0, p1, p2, ...`.

Powered by Google App Engine
This is Rietveld 408576698