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 136853004: 1. Delete prolog weak persistent handles when shutting down an isolate (Closed)

Created:
6 years, 11 months ago by siva
Modified:
6 years, 11 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

1. Delete prolog weak persistent handles when shutting down an isolate 2. Remove the peer_ field from RawExternalTypedData as it is not used anywhere R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=31797

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -10 lines) Patch
M runtime/vm/isolate.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 chunks +0 lines, -8 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
siva
6 years, 11 months ago (2014-01-13 22:45:08 UTC) #1
Ivan Posva
https://codereview.chromium.org/136853004/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/136853004/diff/1/runtime/vm/object.cc#newcode16470 runtime/vm/object.cc:16470: Isolate::Current()->heap()->SetPeer(this->raw(), peer); I don't think this is correct. Adding ...
6 years, 11 months ago (2014-01-14 02:08:27 UTC) #2
siva
https://codereview.chromium.org/136853004/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/136853004/diff/1/runtime/vm/object.cc#newcode16470 runtime/vm/object.cc:16470: Isolate::Current()->heap()->SetPeer(this->raw(), peer); At least that is what the old ...
6 years, 11 months ago (2014-01-14 16:44:14 UTC) #3
siva
removed setting of peer, PTAL.
6 years, 11 months ago (2014-01-14 17:09:42 UTC) #4
siva
6 years, 11 months ago (2014-01-14 19:46:01 UTC) #5
Ivan Posva
LGTM -ip
6 years, 11 months ago (2014-01-14 19:47:10 UTC) #6
siva
6 years, 11 months ago (2014-01-14 19:55:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r31797 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698