[webkit-qt] Updating Qt 4.8.0 with QtWebKit - time to get that last fix in
Konstantin Tokarev
annulen at yandex.ru
Mon Nov 28 02:17:05 PST 2011
Seeing other people are posting bugs here, I'd like to highlight one minor issue with QtWebKit 2.2.
For SH4 platform, recently added JIT compilation is enabled unconditionally so it cannot be disabled by defining ENABLE_JIT=0 JAVASCRIPTCORE_JIT=no from outside:
// wtf/Platform.h
#if CPU(SH4) && PLATFORM(QT)
#define ENABLE_JIT 1
#define ENABLE_YARR 1
#define ENABLE_YARR_JIT 1
#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1
#define ENABLE_ASSEMBLER 1
#endif
Not sure if it classifies as bug though.
--
Regards,
Konstantin
More information about the webkit-qt
mailing list