Files
sdk/runtime/bin
Vyacheslav Egorov a5e1f89583 VM: Fix an app-jit related shutdown race.
IsolateData contains AppSnapshot which might own some HeapPage-s, so we can't
destroy IsolateData in the Dart_IsolateShutdownCallback, because some thread
running in the isolate (e.g. background compiler) might still touch
thoses pages or objects they host.

We need to delay destruction of AppSnapshot until after the isolate shutdown.

Current API does not allow that, so we introduce a new isolate lifecycle
callback - Dart_IsolateCleanupCallback, which is invoked at the end of the
isolote lifecycle when things like background compiler have been stopped
and no Dart code is supposed to run.

BUG=
R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2720723005 .
2017-02-28 21:10:04 +01:00
..
2016-11-04 12:30:56 -07:00
2017-02-21 12:34:59 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-12-08 12:28:52 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-12-13 11:09:55 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2017-02-27 15:18:27 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-03-16 10:01:00 -07:00
2016-03-16 10:01:00 -07:00
2016-10-26 00:26:03 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-12-21 09:10:40 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-20 22:46:54 -08:00
2016-12-13 11:09:55 -08:00
2016-11-20 22:14:16 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-30 23:52:04 +01:00
2016-12-15 11:12:42 -08:00
2016-12-15 11:12:42 -08:00
2016-11-04 12:30:56 -07:00
2016-12-15 11:12:42 -08:00
2016-12-15 11:12:42 -08:00
2016-12-15 11:12:42 -08:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00
2016-11-04 12:30:56 -07:00