Bug 98004
Summary: | Can't build using LLInt on Windows 64-bit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Liu <net147> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | hausmann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Jonathan Liu
JIT is disabled on Windows 64-bit. This causes LLInt to be enabled instead as the classical interpreter has been removed.
LLInt doesn't build properly on Windows 64-bit:
llint\LowLevelInterpreter.cpp:329:35: fatal error: LLIntAssembly.h: No such file or directory
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
*** This bug has been marked as a duplicate of bug 97648 ***