|
|
Subscribe / Log in / New account

The Python "Need for Speed" Sprint

The Python "Need for Speed" Sprint

Posted May 29, 2006 20:42 UTC (Mon) by jafo (guest, #8892)
In reply to: The Python "Need for Speed" Sprint by k8to
Parent article: The Python "Need for Speed" Sprint

One of the areas that was worked on was speeding up function calls, including changes related specifically to the frames. There isn't much that can be done about reducing the frame size, but I think a small reduction was done there. However, Richard Jones spent the first day of the sprint updating a patch which used zombie frames so that repeated calls to a function would use a cached frame that was already mostly initialized.

Sean


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds