[webkit-dev] ENABLE(SINGLE_THREADED)
KwangYul Seo
kwangyul.seo at gmail.com
Thu Jan 21 21:11:14 PST 2010
Hi,
Currently, ENABLE(SINGLE_THREADED) guard seems to be used by Qt alone.
I think it is good to have ENABLE(SINGLE_THREADED) for other ports.
Qt adds appropriate guards for ENABLE(SINGLE_THREADED) in the build
script, WebKit.pri. For other ports to use it, we need to move theses
guards to Platform.h:
#if ENABLE(SINGLE_THREADED)
#undef ENABLE_JSC_MULTIPLE_THREADS
#define ENABLE_JSC_MULTIPLE_THREADS 0
#define ENABLE_DATABASE 0
#define ENABLE_DOM_STORAGE 0
#define ENABLE_ICONDATABASE 0
#define ENABLE_WORKERS 0
#define ENABLE_SHARED_WORKERS 0
#endif
Is this okay for Qt port?
Regards,
Kwang Yul Seo
More information about the webkit-dev
mailing list