[pypy-dev] LLVM backend

Carl Friedrich Bolz cfbolz at gmx.de
Mon Feb 7 13:56:35 CET 2005


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



More information about the Pypy-dev mailing list