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

Issue 1394673002: Move reusable handles from isolate to thread. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fix release build #

Total comments: 4

Patch Set 3 : Cleanups #

Patch Set 4 : Add check if any reusable handle scope is active when Thread::ExitIsolate is called #

Patch Set 5 : Fix release build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -344 lines) Patch
M runtime/vm/dart_api_impl.cc View 1 2 21 chunks +77 lines, -75 lines 0 comments Download
M runtime/vm/gc_marker.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/handles.h View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 8 chunks +0 lines, -67 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 5 chunks +3 lines, -23 lines 0 comments Download
M runtime/vm/longjump.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/native_entry.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 18 chunks +81 lines, -91 lines 0 comments Download
M runtime/vm/object_graph.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/profiler.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/reusable_handles.h View 1 2 3 chunks +52 lines, -52 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/thread.h View 1 2 3 4 chunks +86 lines, -0 lines 0 comments Download
M runtime/vm/thread.cc View 1 2 3 4 5 chunks +39 lines, -1 line 0 comments Download
M runtime/vm/thread_registry.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/verifier.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
srdjan
5 years, 2 months ago (2015-10-07 20:53:48 UTC) #2
koda
https://codereview.chromium.org/1394673002/diff/20001/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/1394673002/diff/20001/runtime/vm/thread.cc#newcode237 runtime/vm/thread.cc:237: thread->isolate_ = NULL; In debug mode, please zap all ...
5 years, 2 months ago (2015-10-07 21:02:54 UTC) #3
srdjan
https://codereview.chromium.org/1394673002/diff/20001/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/1394673002/diff/20001/runtime/vm/thread.cc#newcode237 runtime/vm/thread.cc:237: thread->isolate_ = NULL; On 2015/10/07 21:02:54, koda wrote: > ...
5 years, 2 months ago (2015-10-08 16:22:01 UTC) #4
koda
On 2015/10/08 16:22:01, srdjan wrote: > https://codereview.chromium.org/1394673002/diff/20001/runtime/vm/thread.cc > File runtime/vm/thread.cc (right): > > https://codereview.chromium.org/1394673002/diff/20001/runtime/vm/thread.cc#newcode237 > ...
5 years, 2 months ago (2015-10-08 17:13:02 UTC) #5
koda
lgtm
5 years, 2 months ago (2015-10-08 17:13:15 UTC) #6
srdjan
5 years, 2 months ago (2015-10-09 17:13:46 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
53e814f0ddbd2959a4229a28fb202ae14ae417e3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698