Re: [pypy-dev] how to check if jit is available in my build

2013-02-22 Thread Davide Del Vento
Thanks to both. I can import pypyjit and sys.pypy_translation_info["translation.jit"] is True (for both 2.9 and 2.0-beta1). Have a nice weekend, Davide On 02/22/2013 01:54 PM, Alex Gaynor wrote: sys.pypy_translation_info["translation.jit"] will tell you definitely. Alex On Fri, Feb 22, 2

Re: [pypy-dev] how to check if jit is available in my build

2013-02-22 Thread Alex Gaynor
sys.pypy_translation_info["translation.jit"] will tell you definitely. Alex On Fri, Feb 22, 2013 at 12:22 PM, Davide Del Vento wrote: > Folks, > > I compiled pypy 1.9 and 2.0-beta1 from source, and the few small tests I > ran were slower than expected. I am wondering if I did everything "righ

[pypy-dev] how to check if jit is available in my build

2013-02-22 Thread Davide Del Vento
Folks, I compiled pypy 1.9 and 2.0-beta1 from source, and the few small tests I ran were slower than expected. I am wondering if I did everything "right" and if there is a runtime check that would give me a definitive answer to the question "is jit available in this build"? Google seems to n