[Python-3000] Speeding up function calls

Aahz aahz at pythoncraft.com
Sun Apr 30 01:11:03 CEST 2006


On Sat, Apr 29, 2006, Talin wrote:
>
> My proposal is that we skip the middle portion of this process, and
> pass the initial 4 collections directly to the called function.

IIRC, you've already been asked to profile the machinery to find out
whether frame creation is still the primary bottleneck for slow function
calls.  Would you mind doing that before pushing a radical API change?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Argue for your limitations, and sure enough they're yours."  --Richard Bach


More information about the Python-3000 mailing list