Changes between Version 12 and Version 13 of Commentary/Compiler/Backends/LLVM/WIP
- Timestamp:
- 07/18/10 11:58:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/LLVM/WIP
v12 v13 36 36 * Look into the LLVM optimiser, e.g perhaps some more work in the style of [http://donsbot.wordpress.com/2010/03/01/evolving-faster-haskell-programs-now-with-llvm/ Don's work] 37 37 * Look at any new optimisation passes that could be written for LLVM which would help to improve the code it generates for GHC. 38 * Look at general fixes/improvement to LLVM to improve the code it generates for LLVM (e.g at the moment LLVM performs a lot of redundant stack manipulation in the code in generates for GHC, would be good to fix this up).38 * Look at general fixes/improvement to LLVM to improve the code it generates for LLVM. 39 39 40 40 === Update the Back-end to use the new Cmm data types / New Code Generator ===
