Displaying 1 result from an estimated 1 matches for "ee73eeb3".
2008 Aug 03
1
[LLVMdev] question about tail call elimination pass ..
...se odd(n-1)
define odd(n)
if n==0
then false
else even(n-1)
doesn't get to run in constant stack space.
Is that possible with llvm?
-Srikumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080803/ee73eeb3/attachment.html>