Re: [pypy-dev] Status of LLVM backend

2012-02-06 Thread Maciej Fijalkowski
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?

[pypy-dev] Status of LLVM backend

2012-02-06 Thread Timothy Baldridge
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

Re: [pypy-dev] Please, someone, send this patch

2012-02-06 Thread Piotr Skamruk
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

Re: [pypy-dev] Please, someone, send this patch

2012-02-06 Thread 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, why should it go in? -- Regards, Benjamin ___

[pypy-dev] Please, someone, send this patch

2012-02-06 Thread 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/ ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Unable to complete pypy sandboxing

2012-02-06 Thread Maciej Fijalkowski
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

Re: [pypy-dev] Unable to complete pypy sandboxing

2012-02-06 Thread Armin Rigo
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

Re: [pypy-dev] Unable to complete pypy sandboxing

2012-02-06 Thread Maciej Fijalkowski
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

[pypy-dev] Unable to complete pypy sandboxing

2012-02-06 Thread kracekumar ramaraju
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