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

Issue 2835513002: Process generic function type arguments in more places (function type tests, (Closed)

Created:
3 years, 8 months ago by regis
Modified:
3 years, 8 months ago
Reviewers:
zra, rmacnak, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Process generic function type arguments in more places (function type tests, function cloning for mixins, signature building, etc...). Rename --generic-method-semantics flag to --reify-generic-functions (still not working and disabled by default). R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/1b68c0d0a1546313b2aebc9f833222838a3a94c2

Patch Set 1 #

Total comments: 14

Patch Set 2 : address comments #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -59 lines) Patch
M runtime/vm/flag_list.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 17 chunks +169 lines, -47 lines 0 comments Download
M runtime/vm/parser.cc View 1 12 chunks +19 lines, -11 lines 0 comments Download
M runtime/vm/raw_object.h View 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
regis
3 years, 8 months ago (2017-04-20 19:04:21 UTC) #2
zra
https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc#newcode55 runtime/vm/object.cc:55: DEFINE_FLAG(bool, Should we put this in flag_list.h? https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc#newcode6905 runtime/vm/object.cc:6905: ...
3 years, 8 months ago (2017-04-20 19:22:09 UTC) #3
regis
Thanks! https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc#newcode55 runtime/vm/object.cc:55: DEFINE_FLAG(bool, On 2017/04/20 19:22:09, zra wrote: > Should ...
3 years, 8 months ago (2017-04-20 20:23:30 UTC) #4
siva
LGTM with some comments. https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc#newcode6603 runtime/vm/object.cc:6603: other_bound = other_type_param.bound(); Should we ...
3 years, 8 months ago (2017-04-20 20:32:08 UTC) #5
regis
Thanks! https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2835513002/diff/1/runtime/vm/object.cc#newcode6603 runtime/vm/object.cc:6603: other_bound = other_type_param.bound(); On 2017/04/20 20:32:08, siva wrote: ...
3 years, 8 months ago (2017-04-20 21:18:26 UTC) #6
regis
3 years, 8 months ago (2017-04-20 21:20:24 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1b68c0d0a1546313b2aebc9f833222838a3a94c2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698