[pypy-dev] kwargsdict-strategy

2012-04-21 Thread Armin Rigo
Hi Carl Friedrich,

Can you have a look at speed.python.org?  It seems that merging the
kwargsdict-strategy branch had mostly the effect of making
twisted_iteration slower :-(


Armin
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] output readable c

2012-04-21 Thread Amaury Forgeot d'Arc
2012/4/21 bookaa rors...@gmail.com

 **
 thank you for encourage!

 as for the bugs, please tell me exacty how to run, which test.

 My system is Win7, pypy tests get many error even without any change.


Tests in the translator/c directory should pass. For example:

   c:\python27\python pytest.py
pypy\translator\c\test\test_backendoptimized.py

And to translate the small (!) hello world target:

   c:\python27\python pypy\translator\goal\translate.py -O2
pypy\translator\goal\targetnopstandalone.py

-- 
Amaury Forgeot d'Arc
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev