On Mon, Feb 6, 2012 at 8:54 PM, Timothy Baldridge wrote:
> I haven't heard much about using PyPy with LLVM recently, and just
> wanted to know what the status of it was. Was there ever much of an
> improvement in using PyPy with LLVM for code generation? Does the
> binary install of PyPy use LLVM?
I haven't heard much about using PyPy with LLVM recently, and just
wanted to know what the status of it was. Was there ever much of an
improvement in using PyPy with LLVM for code generation? Does the
binary install of PyPy use LLVM?
Thanks for the info,
Timothy
--
“One of the main causes of th
it fixes obvious typo, so it's not so useless...
2012/2/6 Benjamin Peterson :
> 2012/2/6 Alexander Sedov :
>> Wasted two hours trying to get into IRC channel and post this. Please
>> someone, commit this minor, useless patch.
>> http://paste.pocoo.org/show/546747/
>
> If it's minor and useless, wh
2012/2/6 Alexander Sedov :
> Wasted two hours trying to get into IRC channel and post this. Please
> someone, commit this minor, useless patch.
> http://paste.pocoo.org/show/546747/
If it's minor and useless, why should it go in?
--
Regards,
Benjamin
___
Wasted two hours trying to get into IRC channel and post this. Please
someone, commit this minor, useless patch.
http://paste.pocoo.org/show/546747/
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
On Mon, Feb 6, 2012 at 10:54 AM, Armin Rigo wrote:
> Hi,
>
> On Mon, Feb 6, 2012 at 09:25, kracekumar ramaraju
> wrote:
>> [translation:ERROR] debug_print.c:(.text+0x193): undefined reference to
>> `clock_gettime'
>
> Your OS's include files define CLOCK_THREAD_CPUTIME_ID, but not
> clock_gettime
Hi,
On Mon, Feb 6, 2012 at 09:25, kracekumar ramaraju
wrote:
> [translation:ERROR] debug_print.c:(.text+0x193): undefined reference to
> `clock_gettime'
Your OS's include files define CLOCK_THREAD_CPUTIME_ID, but not
clock_gettime(), which sounds strange. The issue is probably that the
"-lrt" o
On Mon, Feb 6, 2012 at 10:25 AM, kracekumar ramaraju
wrote:
> Hi
>
> pypy1.7 translate.py -O2 --sandbox targetpypystandalone.py
> pypy1.7 translate.py -O2 --sandbox
>
> I tried above commands separately, I ended up getting same error message
>
> [translation:ERROR] interpreter_astcompiler_code
Hi
pypy1.7 translate.py -O2 --sandbox targetpypystandalone.py
pypy1.7 translate.py -O2 --sandbox
I tried above commands separately, I ended up getting same error message
[translation:ERROR] interpreter_astcompiler_codegen.c:28289:53: warning:
array subscript is above array bounds [-Warray-bo