Changes between Version 2 and Version 3 of QtWebKitTableOfFeatures46
- Timestamp:
- Feb 11, 2010, 7:33:20 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures46
v2 v3 16 16 = JavaScript JIT = 17 17 18 || '''Feature''' || '''Status''' || 19 || x86 JavaScript JIT || || 20 || ARM v7/Thumb2 Javascript JIT|| || 21 || MIPS JavaScript JIT|| || 18 In QtWebKit, Just-in-time (JIT) compilation for JavaScript is supported on the following platforms: 19 20 * Mac OS X, 64-bit and 32-bit 21 * Windows desktop platforms when using Microsoft Visual C++ or gcc 4.1 or higher (MinGW) 22 * Linux on x86 platforms with gcc 4.1 or higher 23 * Linux on ARMv6 24 * TBD: what about Linux on ARMv7? 25 22 26 23 27 = HTML5 canvas and media =