-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
Right now v8 using a single (implicit) Isolate.
Preemption is possible but still only 1 thread can execute at a time.
Also we added our own mutex to prevent preemption.
Switching to Isolates and removing the mutex would allow full multithreading.