[Webkit-unassigned] [Bug 153638] [GTK][EFL] Exploit what platform should be supported by stack marking and sampling profiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 06:28:14 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153638

--- Comment #3 from Yusuke Suzuki <utatane.tea at gmail.com> ---
(In reply to comment #2)
> #if (OS(DARWIN) || OS(WINDOWS) || (USE(PTHREADS) && defined(__GLIBC__))) &&
> ENABLE(JIT)
> 
> to
> 
> #if (OS(DARWIN) || OS(WINDOWS) || PLATFORM(GTK)) && ENABLE(JIT)

This is ENABLE_SAMPLING_PROFILER flag.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160202/e33c8429/attachment.html>


More information about the webkit-unassigned mailing list