RESOLVED FIXED Bug 16411
[GTK] Enable USE(MULTIPLE_THREADS)
https://bugs.webkit.org/show_bug.cgi?id=16411
Summary [GTK] Enable USE(MULTIPLE_THREADS)
Alp Toker
Reported 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.
Attachments
Jan Alonzo
Comment 1 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.
Martin Robinson
Comment 2 2012-02-18 12:49:21 PST
This flag is gone now and I believe that GTK+ is using multiple threads at the moment.
Note You need to log in before you can comment on or make changes to this bug.