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

Issue 2201093002: Make all reload zone allocations use the same zone (Closed)

Created:
4 years, 4 months ago by Cutch
Modified:
4 years, 4 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make all reload zone allocations use the same zone - [x] Use a single outer zone for all zone allocations done during a reload. This fixes an issue where we were allocating objects in different zones that were destroyed before we expected them to be. - [x] Rename some methods. - [x] Made most methods on IsolateReloadContext private. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/059470cf8576078f71abe1255add76d1f4680356

Patch Set 1 #

Total comments: 4

Patch Set 2 : rmacnak review #

Patch Set 3 : rasd #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -67 lines) Patch
M runtime/vm/isolate.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/isolate_reload.h View 7 chunks +36 lines, -25 lines 0 comments Download
M runtime/vm/isolate_reload.cc View 1 2 12 chunks +20 lines, -14 lines 0 comments Download
M runtime/vm/object_reload.cc View 1 2 13 chunks +36 lines, -22 lines 0 comments Download
M runtime/vm/unit_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
4 years, 4 months ago (2016-08-02 15:05:16 UTC) #3
rmacnak
lgtm https://chromiumcodereview.appspot.com/2201093002/diff/1/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://chromiumcodereview.appspot.com/2201093002/diff/1/runtime/vm/isolate_reload.cc#newcode433 runtime/vm/isolate_reload.cc:433: fprintf(stderr, "Reload\n"); Remove https://chromiumcodereview.appspot.com/2201093002/diff/1/runtime/vm/isolate_reload.cc#newcode530 runtime/vm/isolate_reload.cc:530: fprintf(stderr, "FinalizeLoading\n"); "
4 years, 4 months ago (2016-08-02 16:30:22 UTC) #4
Cutch
https://chromiumcodereview.appspot.com/2201093002/diff/1/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://chromiumcodereview.appspot.com/2201093002/diff/1/runtime/vm/isolate_reload.cc#newcode433 runtime/vm/isolate_reload.cc:433: fprintf(stderr, "Reload\n"); On 2016/08/02 16:30:22, rmacnak wrote: > Remove ...
4 years, 4 months ago (2016-08-02 16:32:33 UTC) #5
Cutch
4 years, 4 months ago (2016-08-02 16:36:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
059470cf8576078f71abe1255add76d1f4680356 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698