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
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to