Revision: 21214
Author: [email protected]
Date: Fri May 9 11:29:29 2014 UTC
Log: Fixed d8 shutdown.
It is crucial that the Isolate is cleanly disposed, otherwise the
optimizing compiler thread happily continues to run.
[email protected]
Review URL: https://codereview.chromium.org/274093002
http://code.google.com/p/v8/source/detail?r=21214
Modified:
/branches/bleeding_edge/src/d8.cc
=======================================
--- /branches/bleeding_edge/src/d8.cc Fri May 9 08:40:18 2014 UTC
+++ /branches/bleeding_edge/src/d8.cc Fri May 9 11:29:29 2014 UTC
@@ -1723,6 +1723,7 @@
RunShell(isolate);
}
}
+ isolate->Dispose();
V8::Dispose();
OnExit();
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.