Displaying 2 results from an estimated 2 matches for "genc".
Did you mean:
gen
2006 Feb 10
0
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hi Armin,
> The next sprint of PyPy will be held in Dallas, Texas, at the PyCon
> conference. Most of you know about the LLVM back-end of PyPy. So
> far,
> we use mostly the static compilation features of LLVM,
How are you using the static compilation features? Are you able to
do this via API calls or generating code that will be processed by
tools?
Thanks,
Marcel
2006 Feb 10
2
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hello LLVM-ers,
The next sprint of PyPy will be held in Dallas, Texas, at the PyCon
conference. Most of you know about the LLVM back-end of PyPy. So far,
we use mostly the static compilation features of LLVM, but as we are
progressing on the JIT side we are considering starting sometime soon
working on just-in-time machine code generation backends. Clearly, LLVM
might prove to be a good target