Changes between Version 4 and Version 5 of QtWebKitTableOfFeatures46
- Timestamp:
- Feb 12, 2010, 1:14:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures46
v4 v5 16 16 = JavaScript JIT = 17 17 18 In QtWebKit,Just-in-time (JIT) compilation for JavaScript is supported on the following platforms:18 Just-in-time (JIT) compilation for JavaScript is supported on the following platforms: 19 19 20 20 * Mac OS X, 64-bit and 32-bit 21 21 * Windows desktop platforms when using Microsoft Visual C++ or gcc 4.1 or higher (MinGW) 22 22 * Linux on x86 platforms with gcc 4.1 or higher 23 * Linux on ARMv6 24 * TBD: what about Linux on ARMv7? 23 * Linux on ARM (Thumb-2 JIT is not currently used) 25 24 26 25 = HTML5 canvas and media =