[pypy-dev] How to check, that jit is turned on?

KoDer koder.mail at gmail.com
Fri Mar 21 21:05:45 CET 2014


Sure. Run -

python chess.py


2014-03-21 19:50 GMT+02:00 Maciej Fijalkowski <fijall at gmail.com>:

> can you share the script?
>
> On Fri, Mar 21, 2014 at 4:27 PM, KoDer <koder.mail at gmail.com> wrote:
> > Hi all,
> >
> > I have a quite simple python script, which mostly don't use python
> dynamic
> > features,
> > but it almost two times slower unded latest pypy than under python 2.6.7.
> >
> > Is there any way to check, that jit actually working?
> >
> > pypy is builded from source with
> >> python ../../rpython/bin/rpython -Ojit targetpypystandalone
> >
> > [PyPy 2.2.1 with GCC 4.8.1] on linux2
> >
> >
> > Thanks
> > --
> > K.Danilov aka koder
> > Skype:koder.ua
> > Tel:+38-050-4030512
> >
> > _______________________________________________
> > pypy-dev mailing list
> > pypy-dev at python.org
> > https://mail.python.org/mailman/listinfo/pypy-dev
> >
>



-- 
K.Danilov aka koder
ICQ:214286120
Skype:koder.ua
Tel:+38-050-4030512
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20140321/2f7a0b3b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chess.py
Type: text/x-python
Size: 13098 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20140321/2f7a0b3b/attachment-0002.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chess_base.py
Type: text/x-python
Size: 754 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20140321/2f7a0b3b/attachment-0003.py>


More information about the pypy-dev mailing list