Displaying 2 results from an estimated 2 matches for "elmstel".
2010 Mar 09
1
[LLVMdev] llvm hangs: fibonacci numbers, recursive
...posted the same day -- did you see it?
If you visit the link you provided below, at the bottom of the page is the
"Next message" link which will show you the response:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-March/029910.html
On Tue, Mar 9, 2010 at 6:26 AM, Elmar Stellnberger <elmstel at gmail.com>wrote:
> I have posted this issue at llvmdev, but no one has answered me so far.
> Therefore I would greatly appreciate your commitment.
>
> I am planning to implement an llvm backend for Modula-3 an would need
> some help in asserting that all required features are...
2010 Mar 03
1
[LLVMdev] llvm hangs: fibonacci numbers, recursive
Having tried out llvm I had to notice that the fibonacci example
program hangs after short:
> ./run fib
1
1
2
3
5
8
^C
For the next number it would be supposed to last twice as long as for 8.
However it hangs forever instead.
using llvm-2.5-0.pm.1.1.x86_64
Does not matter whether I compile it with gcc or interprete it with lli.