Changes between Version 2 and Version 3 of JITRewrite

Show
Ignore:
Timestamp:
09/02/09 17:16:03 (12 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JITRewrite

    v2 v3  
    6060"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." 
    6161 
    62 Pros: fast code generation, stable codebase 
     62Pros: fast code generation, stable codebase, small codebase so we can make patches if needed. 
    6363Cons: slow generated code execution, limited platform support and not enough developer momentum to add new platforms. 
     64 
     65Links: 
     66 - http://www.gnu.org/software/lightning/ 
    6467 
    6568= Path Forward =