Status: New Owner: ---- CC: [email protected] Labels: Type-Bug Priority-Medium
New issue 1448 by mikhail.naganov: Debugger class needs to be more careful with isolates
http://code.google.com/p/v8/issues/detail?id=1448As Debugger is multi-threaded, it needs to synchronize access to isolate components from different threads. E.g. access to the compilation cache needs to be synchronized (Debugger::ListenersChanged).
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
