[pypy-dev] codespeed setup

2011-06-15 Thread Chuck Remes
I'm working on setting up codespeed for several Ruby projects. The codespeed project points at this list as the place to ask questions and get help. >From the README on the project page (https://github.com/tobami/codespeed) it >says that codespeed needs to clone any repositories locally that it

Re: [pypy-dev] Ootypes

2011-06-15 Thread Armin Rigo
Hi Gregn, On Wed, Jun 15, 2011 at 2:29 PM, wrote: > Pretty please, can ootypes get some love in the upcoming sprint? It depends on who is there. If you are there and willing to work on it, then sure, we are willing to help you :-) A bientôt, Armin. __

[pypy-dev] Ootypes

2011-06-15 Thread emailgregn
Pretty please, can ootypes get some love in the upcoming sprint? I've gotten through the cli-jit thesis and have the brainfeck tutorial compiling to C, but neither of the CLI or JVM backends work on those tutorial examples. Setting --opt=0 gets further but not all the way there. I'd like to tr

Re: [pypy-dev] Win32: track_and_esp.s

2011-06-15 Thread Amaury Forgeot d'Arc
Hi, 2011/6/15 Armin Rigo : > Done, I think.  Please tell me if the Windows build still cannot use asmgcc. Yes, I've seen changeset 3549050ab199. But I tried the same change last week-end, and test_asmgcroot crashed with a segfault. Anyway the win32 buildbot now uses --asmgcroot=framework; and at

Re: [pypy-dev] Win32: track_and_esp.s

2011-06-15 Thread Armin Rigo
Hi, On Sun, Jun 12, 2011 at 12:50 PM, Armin Rigo wrote: > more to see "and esp, xxx" from gcc.  So, of course, we need to > partially and carefully revert this simplification... Done, I think. Please tell me if the Windows build still cannot use asmgcc. A bientôt, Armin.