Bug 16411 - [GTK] Enable USE(MULTIPLE_THREADS)
Summary: [GTK] Enable USE(MULTIPLE_THREADS)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 16406
Blocks:
  Show dependency treegraph
 
Reported: 2007-12-12 08:50 PST by Alp Toker
Modified: 2012-02-18 12:49 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.