Changes between Version 10 and Version 11 of JITRewrite

Show
Ignore:
Timestamp:
09/09/09 20:36:06 (12 years ago)
Author:
chromatic
Comment:

added specific JIT replacement tasks and volunteers

Legend:

Unmodified
Added
Removed
Modified
  • JITRewrite

    v10 v11  
    109109Note: 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. 
    110110 
     111The 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