Changes between Version 2 and Version 3 of JITRewrite
- Timestamp:
- 09/02/09 17:16:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JITRewrite
v2 v3 60 60 "If this is what you want, go for it; I don't think lightning will disappoint you. If you want slow but optimized code generation, register allocation, and the like, I'd say use LLVM instead." 61 61 62 Pros: fast code generation, stable codebase 62 Pros: fast code generation, stable codebase, small codebase so we can make patches if needed. 63 63 Cons: slow generated code execution, limited platform support and not enough developer momentum to add new platforms. 64 65 Links: 66 - http://www.gnu.org/software/lightning/ 64 67 65 68 = Path Forward =