On Mon, 7 Feb 2005 13:47:28 +0100 (MET), Carl Friedrich Bolz wrote: > You could also try to do the translation again using > > %~/pypy/translator/llvm> python -i genllvm.py > >>> t = Translator(test.my_gcd) > >>> a = t.annotate([int, int]) > >>> f = llvmcompile(t, false)
Oops, should be "f = llvmcompile(t, False)" of course (I have been writing to much LLVM-code lately :-). Carl Friedrich _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
