[Webkit-unassigned] [Bug 129963] Enable DFG_JIT and LLINT on OpenBSD & NetBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 06:24:14 PST 2015


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

Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226206|review+                     |review-
              Flags|                            |

--- Comment #6 from Csaba Osztrogonác <ossy at webkit.org> ---
Comment on attachment 226206
  --> https://bugs.webkit.org/attachment.cgi?id=226206
Enable DFG_JIT and LLINT

View in context: https://bugs.webkit.org/attachment.cgi?id=226206&action=review

Please update the title of the bug and the patch, if you still would like to enable DFG JIT.

> Source/WTF/ChangeLog:3
> +        Enable DFG_JIT and LLINT on OpenBSD and NetBSD

Please update it.

> Source/WTF/ChangeLog:6
> +        Reviewed by Nobody(yet).

Please don't change the original "Reviewed by NOBODY (OOPS!)."
line, because it is needed for commit queue to be able fill the 
name of the reviewer.

> Source/WTF/wtf/Platform.h:706
> -    && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(WINDOWS)) \
> +    && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(OPENBSD) || OS(NETBSD) || OS(WINDOWS)) \
>      && ((OS(DARWIN) && !PLATFORM(EFL)) || PLATFORM(GTK) || PLATFORM(WIN)) \
>      && (CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM_TRADITIONAL) || CPU(ARM64) || CPU(MIPS) || CPU(SH4))
>  #define ENABLE_LLINT 1

LLINT can't be disabled anymore and that's why the patch doesn't apply anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150226/14a6752f/attachment-0002.html>


More information about the webkit-unassigned mailing list