[pypy-dev] Hello, guys

2012-03-08 Thread haael
s: what is the status of ARM target? There's nothing about it in the documentation. haael ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Hello, guys

2012-03-11 Thread haael
Cool :). But is there anything to download to play with? haael Take a look at morepypy and enjoy :-) http://morepypy.blogspot.com/search?q=arm -- Dott. Stefano Parmesan PhD Student ~ University of Trento wrote: I'm new to PyPy. I'm mostly interested in ARM architecture. M

[pypy-dev] Flow graphs, backends and JIT

2012-09-16 Thread haael
nt to have a backend? haael ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Flow graphs, backends and JIT

2012-09-18 Thread haael
y would be smaller. This is not a proposal. It is just a try at understanding things. haael ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Flow graphs, backends and JIT

2012-09-18 Thread haael
yPy. I used to write compilers and some embedded programming, so I thought that writing a new backend may be the easiest for me. Said again, I just want to start. Cheers, fijal haael ___ pypy-dev mailing list pypy-dev@python.org http://mai

Re: [pypy-dev] An idea about automatic parallelization in PyPy/RPython

2014-11-19 Thread haael
Hi I find it brilliant. Thanks haael Od: "黄若尘" Do: pypy-dev@python.org; Wysłane: 2:46 Wtorek 2014-11-18 Temat: [pypy-dev] An idea about automatic parallelization in PyPy/RPython > Hi everyone, > >I’m a master student in Japan and I want to do some research

Re: [pypy-dev] An idea about automatic parallelization in PyPy/RPython

2014-11-21 Thread haael
idual memory block. 5. Check if the changes are conflicting. 6. If not, merge them and commit to the global memory. 7. If they are, fall back to serial loop execution. I think all the building blocks are here, in particular the recent GIL removal and Armin's STM research. It sounds exciting. Ch

Re: [pypy-dev] An idea about automatic parallelization in PyPy/RPython

2014-11-26 Thread haael
first, just abort the optimized run. If the loop turns out to be parralelizable, return the results instead. Thanks haael Od: "黄若塵" Do: "Armin Rigo" ; ha...@interia.pl; Wysłane: 9:07 Środa 2014-11-26 Temat: Re: [pypy-dev] An idea about automatic parallelization in P