[Webkit-unassigned] [Bug 65313] New: MinGW-w64 - JIT causes crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 28 06:39:09 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65313
Summary: MinGW-w64 - JIT causes crash
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: net147 at gmail.com
JIT shouldn't be enabled on MinGW-w64 as it is unstable and causes crash when executing JavaScript.
The following should be added to JavaScriptCore/wtf/Platform.h:
/* JIT is not implemented for 64 bit on MinGW-w64 */
#if !defined(ENABLE_JIT) && COMPILER(MINGW64) && CPU(X86_64)
#define ENABLE_JIT 0
#endif
--
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