Commits
Eli Friedman committed e31cc600d33
Make immediate/script mode use the LLVM optimizers and MCJIT, as part of my experiments with optimizations. No functional change for the REPL; I still need to work out how to call the optimizer there without either breaking the underlying assumptions of the JIT or re-JITing everything for every line. (Multi-module support in the JIT would be nice...) Swift SVN r1711