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

Issue 2888913002: New instance allocation (Closed)

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

Description

Modify new instance allocation A fresh new instance should be allocated after the evaluation of the argument list for the constructor. This change modifies the ConstructorInvocation application continuation to allocate a new object and introduces : * continuation applications for Redirecting and Super constructor invocations, applied on evaluated arguments for Redirecting and Super constructors respectively * expression continuation for instance initialization, applied to the new instance BUG= R=dmitryas@google.com Committed: https://github.com/dart-lang/sdk/commit/4030e2de6cf533bc973cab227752e6eebb107abb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -21 lines) Patch
M pkg/kernel/lib/interpreter/interpreter.dart View 5 chunks +77 lines, -21 lines 0 comments Download

Messages

Total messages: 10 (6 generated)
zhivkag
3 years, 7 months ago (2017-05-17 11:35:18 UTC) #3
Dmitry Stefantsov
LGTM. I have a couple of general comments though, and I'm putting them here just ...
3 years, 7 months ago (2017-05-17 13:13:16 UTC) #4
zhivkag
Thanks! On 2017/05/17 13:13:16, Dmitry Stefantsov wrote: > LGTM. > > I have a couple ...
3 years, 7 months ago (2017-05-18 08:39:20 UTC) #8
zhivkag
3 years, 7 months ago (2017-05-18 10:31:31 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4030e2de6cf533bc973cab227752e6eebb107abb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698