Re: [pypy-dev] Problems when trying to translate.

2011-09-26 Thread Александр Седов
26 сентября 2011 г. 10:41 пользователь Armin Rigo ar...@tunes.org написал: Hi, 2011/9/25 Александр Седов elec.lomy...@gmail.com: Translating PyPy on Linux with -O1 --continuation --withmod-_continuation I've got the error: ValueError: unknown value for translation.gc: 'ref' Googling gave me

Re: [pypy-dev] Problems when trying to translate.

2011-09-26 Thread Maciej Fijalkowski
2011/9/26 Александр Седов elec.lomy...@gmail.com: 26 сентября 2011 г. 10:41 пользователь Armin Rigo ar...@tunes.org написал: Hi, 2011/9/25 Александр Седов elec.lomy...@gmail.com: Translating PyPy on Linux with -O1 --continuation --withmod-_continuation I've got the error: ValueError:

Re: [pypy-dev] [pypy-commit] pypy default: graphviewer - split the dot2plain function into one for local and one for the codespeak cgi

2011-09-26 Thread Maciej Fijalkowski
Can't we just kill codespeak's CGI? On Mon, Sep 26, 2011 at 7:40 AM, RonnyPfannschmidt nore...@buildbot.pypy.org wrote: Author: Ronny Pfannschmidt ronny.pfannschm...@gmx.de Branch: Changeset: r47606:7acf2b8fcafd Date: 2011-09-26 12:40 +0200

Re: [pypy-dev] Stacklets

2011-09-26 Thread Armin Rigo
Hi, 2011/9/24 Andrew Francis andrewfr_...@yahoo.com: A suggestion. Perhaps it would be good to keep the test for whether CPython is the interpreter and greenlets ought to be used? Feel free to propose concrete improvements. As I said already, I implemented the code so far but I don't really

Re: [pypy-dev] Stacklets

2011-09-26 Thread Andrew Francis
Hi Armin: From: Armin Rigo ar...@tunes.org To: Andrew Francis andrewfr_...@yahoo.com Cc: Александр Седов elec.lomy...@gmail.com; pypy-dev@python.org pypy-dev@python.org Sent: Monday, September 26, 2011 9:05 AM Subject: Re: [pypy-dev] Stacklets Feel free to

Re: [pypy-dev] Performance, json and standard library

2011-09-26 Thread Matthew Kaniaris
I did some testing to see where we stand on JSON. The pypy is from the trunk and the simplejson used with pypy is the _pypy_speedups branch. The speedups make pypy about 2x faster on dumps than with the stdlib JSON module, slightly slower with loads, but up to ten times slower than cpython with

Re: [pypy-dev] Performance, json and standard library

2011-09-26 Thread Bob Ippolito
You should also try the master branch of simplejson, the _pypy_speedups branch is not necessarily better (which is why it is not master). On Mon, Sep 26, 2011 at 2:39 PM, Matthew Kaniaris mkania...@gmail.com wrote: I did some testing to see where we stand on JSON.  The pypy is from the trunk

Re: [pypy-dev] Stacklets

2011-09-26 Thread Richard Tew
On Tue, Sep 27, 2011 at 1:21 AM, Andrew Francis andrewfr_...@yahoo.com wrote: Welll the easiest thing to do is to see if import _continuation fails. And if it does fail, try to import greenlets. Also keep the old greenlet code. This is very much the way the previous stackless.py worked.

Re: [pypy-dev] Performance, json and standard library

2011-09-26 Thread Maciej Fijalkowski
On Mon, Sep 26, 2011 at 7:13 PM, Bob Ippolito b...@redivi.com wrote: You should also try the master branch of simplejson, the _pypy_speedups branch is not necessarily better (which is why it is not master). You should also look at https://bugs.pypy.org/issue866 for various patches. On Mon,

Re: [pypy-dev] Performance, json and standard library

2011-09-26 Thread Maciej Fijalkowski
On Mon, Sep 26, 2011 at 10:18 PM, Maciej Fijalkowski fij...@gmail.com wrote: On Mon, Sep 26, 2011 at 7:13 PM, Bob Ippolito b...@redivi.com wrote: You should also try the master branch of simplejson, the _pypy_speedups branch is not necessarily better (which is why it is not master). You