Bug 16411
| Summary: | [GTK] Enable USE(MULTIPLE_THREADS) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alp Toker <alp> |
| Component: | New Bugs | Assignee: | 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: | |||
Alp Toker
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jan Alonzo
(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
This flag is gone now and I believe that GTK+ is using multiple threads at the moment.