Re: [pypy-dev] What Causes An Ambiguous low-level helper specialization Error?

2012-01-24 Thread Armin Rigo
Hi Andrew, Oups, sorry, it's a bug. r51744 80d054b4615d | arigo | 2012-01-24 22:07 +0100 pypy/module/thread/ll_thread.py pypy/module/thread/test/test_ll_thread.py Test and fix for "Ambiguous low-level helper specializ

Re: [pypy-dev] What Causes An Ambiguous low-level helper specialization Error?

2012-01-24 Thread Andrew Francis
Hi Benjamin and folks: Thanks for the response. I made the change to ll_new_start_thread. Still I get the Ambiguous low-level helper specialization error. The programme is small. Here is the programme in its entirety. Hopefully it is a silly error. Any help would be appreciated. Cheers, Andre

Re: [pypy-dev] why PyPy build takes so much resources?

2012-01-24 Thread Amaury Forgeot d'Arc
Hi, 2012/1/24 Dmitrey > Required 4 GB for 64bit machine and lots of time for build to be elapsed > each day is very inconvenient. Well, I can download and install compiled > version, but then I have to set all paths to the files I'm working with. > Maybe somewhere there are lots of C files with -

[pypy-dev] why PyPy build takes so much resources?

2012-01-24 Thread Dmitrey
Required 4 GB for 64bit machine and lots of time for build to be elapsed each day is very inconvenient. Well, I can download and install compiled version, but then I have to set all paths to the files I'm working with. Maybe somewhere there are lots of C files with -O3 or like that? Can you prov