[Webkit-unassigned] [Bug 34922] Mingw-w64 fixes for WebCore and JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 05:53:27 PST 2010


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org,
                   |                            |zherczeg at webkit.org




--- Comment #3 from Zoltan Herczeg <zherczeg at webkit.org>  2010-02-15 05:53:26 PST ---
(In reply to comment #2)
> Created an attachment (id=48707)
 --> (https://bugs.webkit.org/attachment.cgi?id=48707) [details]
> patch with fixes required by QtWebkit for mingw64
> 
> add missing changelogs to diff

Hm, these stray defines are not the WebKit way. We have COMPILER(MINGW) and
CPU(X86_64) in JavaScriptCore/wtf/Platform.h Their combination looks better...
(but you still need to update these macro definitions for your platform)

Would also be interesting to see whether the JIT can be enabled on your
platform (see ENABLE_JIT macros in the same header file).

-- 
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