Open GoogleCodeExporter opened 8 years ago
Original comment by collinw
on 4 Aug 2009 at 1:15
The change to make direct calls to C functions was committed in r840. This will
still
benefit from more aggressive conditional constprop.
I've done some of the preliminary analysis on applying the same idea to
pure-Python
functions. I'm not sure how much savings there is there, given that we can't
really avoid
creating the PyFrameObject (barring something tremendously clever).
Original comment by collinw
on 29 Sep 2009 at 12:34
Original comment by collinw
on 6 Jan 2010 at 11:43
Original issue reported on code.google.com by
collinw
on 25 Jul 2009 at 9:38