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

Issue 2965743002: [VM, generic functions reification, work in progress] (Closed)

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

Description

[VM, generic functions reification, work in progress] Do not consider a generic function type as uninstantiated if all the function type parameters appearing in its signature are declared by the type itself. The generic function type is uninstantiated if it refers to function type parameters of parent generic functions, or to class type parameters. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/2252d0dcc5cdb446116049634c3e9e0c48b4270a

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -22 lines) Patch
M runtime/vm/object.h View 7 chunks +12 lines, -2 lines 1 comment Download
M runtime/vm/object.cc View 8 chunks +35 lines, -20 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
regis
3 years, 5 months ago (2017-06-30 16:37:32 UTC) #2
rmacnak
lgtm https://codereview.chromium.org/2965743002/diff/1/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/2965743002/diff/1/runtime/vm/object.h#newcode1662 runtime/vm/object.h:1662: intptr_t num_free_fun_type_params = kMaxInt32, 2 billion type parameters ...
3 years, 5 months ago (2017-06-30 21:52:27 UTC) #3
regis
On 2017/06/30 21:52:27, rmacnak wrote: > lgtm > > https://codereview.chromium.org/2965743002/diff/1/runtime/vm/object.h > File runtime/vm/object.h (right): > ...
3 years, 5 months ago (2017-06-30 22:03:37 UTC) #4
regis
3 years, 5 months ago (2017-06-30 22:04:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
2252d0dcc5cdb446116049634c3e9e0c48b4270a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698