[Webkit-unassigned] [Bug 102794] Fix QNX Qt build by enabling JIT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 04:08:14 PST 2012


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #175188|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2012-11-21 04:10:14 PST ---
(From update of attachment 175188)
View in context: https://bugs.webkit.org/attachment.cgi?id=175188&action=review

> Source/WTF/wtf/Platform.h:1008
> +#if !defined(ENABLE_YARR_JIT) && (ENABLE(JIT) || ENABLE(LLINT_C_LOOP)) && !PLATFORM(CHROMIUM) && !(OS(QNX) && PLATFORM(QT))

This change is missing a ChangeLog and I don't understand why this part is necessary (no changelog ;)

If you enable the JIT, why not also enable YARR_JIT?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list