[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:27:30 PST 2016


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

--- Comment #2 from Yusuke Suzuki <utatane.tea at gmail.com> ---
(In reply to comment #1)
> The GTK+ port currently aims to support x64, x86, ARM, ARM64 and MIPS on
> Linux with the GNU libc (GLIBC).
> 
> Support for running WebKitGTK+ on other architectures or other operating
> systems / C libraries like BSD, MacOS or Android is something that we don't
> plan to actively support for the moment. But if there is someone interested
> on this, and they submit reasonable patches we will try to help with the
> review.

OK, so now, the current sampling profiler completely meets the GTK port's requirements. So, for GTK port, we would like to make

#if (OS(DARWIN) || OS(WINDOWS) || (USE(PTHREADS) && defined(__GLIBC__))) && ENABLE(JIT)

to

#if (OS(DARWIN) || OS(WINDOWS) || PLATFORM(GTK)) && ENABLE(JIT)

And once sampling profiler is enabled, we will drop legacy profiler.

How about EFL port?

-- 
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/b6d18e7a/attachment-0001.html>


More information about the webkit-unassigned mailing list