DescriptionRemove more uses of Isolate::current_zone.
The most substantial change is in Parser and ParsedFunction, which now cache their calling thread. (A similar change was tried unsuccessfully in the past, but can now be safely implemented thanks to the ThreadRegistry state saving.)
Only remaining users are the Object::Handle(Isolate*, [...]) methods. Then, this deprecated interface will be removed.
BUG=
R=asiva@google.com
Committed: https://github.com/dart-lang/sdk/commit/700bd543620e38cc336da1c13e7dc69317eb6d31
Patch Set 1 #
Total comments: 2
Patch Set 2 : Access isolate via thread. #
Messages
Total messages: 5 (1 generated)
|