Changes between Version 7 and Version 8 of FTLJIT
- Timestamp:
- Apr 29, 2014, 3:31:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FTLJIT
v7 v8 1 JavaScriptCore is experimenting with adopting the LLVM for a top-tier high-throughput optimizing JIT, which we call the FTL (Fourth Tier LLVM). See https://bugs.webkit.org/show_bug.cgi?id=112840 for the bug tracking this work. It is still experimental, and still disabled by default.1 JavaScriptCore uses LLVM for a top-tier high-throughput optimizing JIT, which we call the FTL (Fourth Tier LLVM). See https://bugs.webkit.org/show_bug.cgi?id=112840 for the bug that tracked this work. It is now enabled by default on the Mac port. 2 2 3 3 = Overview