Changes between Version 10 and Version 11 of JITRewrite
- Timestamp:
- 09/09/09 20:36:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JITRewrite
v10 v11 109 109 Note: if our intermediate language for Ops is C, we can ignore at least part of the starred steps, but will have to do a lot more work building a suitable parser. 110 110 111 The specific plan is: 112 113 * Design Lorito 114 * Create a Lorito parser with multiple backends (C code in several formats, LLVM code) 115 * Redirect --runcore=jit to the fast core (chromatic, post 1.6) 116 * rip out the current JIT system (darbelo, post 1.6) 117 * read LLVM documentation like mad men 118 * Make a C compiler with PCT