[Pyrex] Subclassing a non-GC type

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jan 31 00:48:40 CET 2008


Robert Bradshaw wrote:
> if A and D are in the same  
> module, it will call by function name (rather than the pointer in the  
> type object) which facilitates inlining by the C compiler (as these  
> are all tiny functions).

I'm not convinced that such inlining would produce enough
of a performance gain to be worth the extra complexity in
the Pyrex compiler. The last thing it wants at the moment
is any more complexity than it really needs.

--
Greg



More information about the Pyrex mailing list