Changes between Version 7 and Version 8 of JITRewrite
- Timestamp:
- 09/03/09 11:47:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JITRewrite
v7 v8 57 57 == LLVM == 58 58 59 http://llvm.org/ 60 61 Pros: Lots of optimizations across multiple stages. Can generate executables from JIT'd code. 62 Cons: Heavy-weight, is more then just a JIT. Requires translation of PBC to LLVM opcodes. Some developers claim it is difficult to use. 63 59 64 == Lightning == 60 65