Re: [Python-Dev] Tracker cleanup roadmap

2009-02-18 Thread Venkatraman S
On Tue, Feb 17, 2009 at 1:45 PM, "Martin v. Löwis" wrote:

> Don't expect too much
> help from other people - I have been waiting for volunteers to show up
> helping with the tracker for more than a year now.
>

I have been mostly a silent spectator around and would like to chip in.
Need some initial throttle(help) for the full-fledged attack :)

-V-
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Peephole Optimization

2009-02-19 Thread Venkatraman S
Hi,

I was looking around possibilities of bytecode optimizations in cpython and
was looking at some older bugs. One of them being
issue#2499;
the following line
kind of confuses me and wasnt sure what exactly Raymond(et al) is planning,
as i presume
that bytecode optimizations are much _easier_ than optimizations in AST.

"Most of the peepholer is going to be migrated up the chain, after the AST
is generated,
but before the opcodes are generated."

If there are some optimizations that can be done in the bytecodes, then
'where' would be
the suggested place to incorporate the same; as i also see that some of the
more rudimentary
optimizations have been rejected in many of the patches.

Regards,
-V-
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com