Bug 16411

Summary: [GTK] Enable USE(MULTIPLE_THREADS)
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jmalonzo, mrobinson, mrowe, zaheer.mot
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 16406    
Bug Blocks:    

Description Alp Toker 2007-12-12 08:50:46 PST
This is a useful feature to enable for applications that want to use KJS without blocking the main thread.

A quick look at collector.cpp suggests that certain bits need to be implemented either using pthread or GThread.
Comment 1 Jan Alonzo 2009-07-03 17:01:56 PDT
(In reply to comment #0)
> This is a useful feature to enable for applications that want to use KJS
> without blocking the main thread.
> 
> A quick look at collector.cpp suggests that certain bits need to be implemented
> either using pthread or GThread.

There's a WIP patch in bug #26838 for pthreads.
Comment 2 Martin Robinson 2012-02-18 12:49:21 PST
This flag is gone now and I believe that GTK+ is using multiple threads at the moment.