Re: [pypy-dev] Translating PyPy on Windows

2014-02-11 Thread Matti Picus
Rather than translating all of pypy, I wrote a test and worked from there. The test showed no appreciable gain for gcc, as per comments I found around the web, and made the Makefile considerably uglier, so precompiled headers are now only used for the NMakefile target. Th

Re: [pypy-dev] Translating PyPy on Windows

2014-02-10 Thread Johan Råde
Hi Matti, Two weeks ago I promised I would take care of orecompiled headers in two weeks. That's now. But it seems you already did it. I tested your code on Windows with MSVS, and it works well. How much did you gain on Linux with GCC? --Johan On 2014-01-26 15:15, matti picus wrote: If yo

Re: [pypy-dev] Translating PyPy on Windows

2014-01-26 Thread Johan Råde
On 2014-01-26 15:15, matti picus wrote: On Sun, Jan 26, 2014 at 2:44 PM, Johan Råde If you wish, post the hacked Makefile to a pastebin and we can work backwards from there. I would be willing to help move this forward. Matti Hi Matti, Here it is https://dl.dropboxusercontent.com/u/525329

Re: [pypy-dev] Translating PyPy on Windows

2014-01-26 Thread Johan Råde
Hi Maciej, Here are the details of what I did when I tried using precompiled headers. 1. I checked out revision 68823 2. I translated PyPy. 3. I went to the directory with all (well most) of the sources. On my machine it was C:\Users\Rade\AppData\Local\Temp\usession-default-0\testing_1 4.

Re: [pypy-dev] Translating PyPy on Windows

2014-01-26 Thread matti picus
On Sun, Jan 26, 2014 at 2:44 PM, Johan Råde wrote: > On 2014-01-26 13:34, Maciej Fijalkowski wrote: > > >> Hi Johan >> >> Should this mail come with some attachments? >> >> Cheers, >> fijal >> ___ >> pypy-dev mailing list >> [email protected] >> https

Re: [pypy-dev] Translating PyPy on Windows

2014-01-26 Thread Johan Råde
On 2014-01-26 13:34, Maciej Fijalkowski wrote: Hi Johan Should this mail come with some attachments? Cheers, fijal ___ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev Hi Maciej, No attachments. I haven

Re: [pypy-dev] Translating PyPy on Windows

2014-01-26 Thread Maciej Fijalkowski
On Sun, Jan 26, 2014 at 1:10 PM, Johan Råde wrote: > Hi everyone! > > When I translated PyPy on Windows, > on a laptop with an Intel 3210M processor, > I got the following timings: > > annotate --- 464.5 s > rtype_lltype --- 882.7 s > pyjitpl_lltype

[pypy-dev] Translating PyPy on Windows

2014-01-26 Thread Johan Råde
Hi everyone! When I translated PyPy on Windows, on a laptop with an Intel 3210M processor, I got the following timings: annotate --- 464.5 s rtype_lltype --- 882.7 s pyjitpl_lltype --- 825.9 s backendopt_lltype ---