Displaying 1 result from an estimated 1 matches for "tailcallelimin".
Did you mean:
tailcallelim
2003 Dec 18
0
LLVM 1.1 Release & Status Update
...algorithm, which speeds up gccas quite a bit in some
large testcases.
10. The LLVM C++ front-end in particular has had a number of important
bugfixes and improvements. We can now compile and run a large number
of C++ programs "off the shelf", including LLVM itself!
11. The TailCallElimination pass is now much more aggressive than it was
before. In particular, it can now introduce accumulator variables to
translate naive implementations of functions like "fib" and "pow" into
nice tight loops.
12. The LICM pass can now sink computations out the botto...