[pypy-dev] CLI code generation

Armin Rigo arigo at tunes.org
Mon Mar 20 21:48:42 CET 2006


Hi Anto,

On Mon, Mar 20, 2006 at 09:32:21PM +0100, Antonio Cuni wrote:
> BTW, mono doesn't seems smart enough to optimize the code;
> ...
> Sure, it is not the task with the highest priority.

Indeed.  Good to know, though.

> > It would probably make sense to write this as a function that takes a
> > single block and produces a list of "complex expression" objects -- to
> > be defined in a custom way, instead of trying to push this into the
> > existing flow graph model.
> 
> I agree, I think this is the simplest solution.

I think at this point it is just easier than the approach of inventing
stack manipulation operations to store in flow graphs.


A bientot,

Armin.



More information about the Pypy-dev mailing list