Changes between Version 7 and Version 8 of JITRewrite

Show
Ignore:
Timestamp:
09/03/09 11:47:06 (12 years ago)
Author:
whiteknight
Comment:

+some info about LLVM from the website.

Legend:

Unmodified
Added
Removed
Modified
  • JITRewrite

    v7 v8  
    5757== LLVM == 
    5858 
     59http://llvm.org/ 
     60 
     61Pros: Lots of optimizations across multiple stages. Can generate executables from JIT'd code. 
     62Cons: Heavy-weight, is more then just a JIT. Requires translation of PBC to LLVM opcodes. Some developers claim it is difficult to use. 
     63 
    5964== Lightning == 
    6065