RESOLVED FIXED 149457
[CMake] Allow to enable OpenMP support.
https://bugs.webkit.org/show_bug.cgi?id=149457
Summary [CMake] Allow to enable OpenMP support.
Carlos Alberto Lopez Perez
Reported 2015-09-22 05:32:11 PDT
Revision <http://trac.webkit.org/r84911> added support for speeding up SVG Filters with OpenMP (instead of using native threads). There is currently no way to enable this with CMake system.
Attachments
Patch (1.88 KB, patch)
2015-09-22 05:40 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2015-09-22 05:40:46 PDT
Alex Christensen
Comment 2 2015-09-22 10:21:25 PDT
I'm not familiar with any uses of OpenMP in WebKit. Could you give an example?
Carlos Alberto Lopez Perez
Comment 3 2015-09-22 10:45:58 PDT
(In reply to comment #2) > I'm not familiar with any uses of OpenMP in WebKit. Could you give an > example? OpenMP is used to parallelize the SVG Filters. If is not enabled, native threads will be used to parallelize the filters.
Csaba Osztrogonác
Comment 4 2015-09-22 11:02:47 PDT
Comment on attachment 261739 [details] Patch LGTM
WebKit Commit Bot
Comment 5 2015-09-22 12:15:39 PDT
Comment on attachment 261739 [details] Patch Clearing flags on attachment: 261739 Committed r190126: <http://trac.webkit.org/changeset/190126>
WebKit Commit Bot
Comment 6 2015-09-22 12:15:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.