Re: [pypy-dev] Splitting RPython and PyPy

2012-10-22 Thread Armin Rigo
Hi Ronan, On Sun, Oct 21, 2012 at 9:28 PM, Ronan Lamy wrote: > I think that the changes should go deeper. I see model.py and > operation.py as defining the flowgraph-based intermediate representation > on which the rest of the tool chain operates. (...) I believe you're putting too much focus on

Re: [pypy-dev] Splitting RPython and PyPy

2012-10-22 Thread holger krekel
On Mon, Oct 22, 2012 at 07:00 +0200, Maciej Fijalkowski wrote: > On Sun, Oct 21, 2012 at 8:30 PM, holger krekel wrote: > > Hi Maciej, Armin, > > > > On Sun, Oct 21, 2012 at 14:03 +0200, Maciej Fijalkowski wrote: > >> Hi > >> > >> Due to impressive work by Ronan Lamy, we're now able to split RPytho