[Cython] Fused Types

Stefan Behnel stefan_ml at behnel.de
Sun May 1 19:57:04 CEST 2011


Sturla Molden, 01.05.2011 18:25:
> I'd also think duck types could be specialised from run-time information?
> (Cf. profile-guided optimisation.)

Interesting. That could even be much simpler than WPA. Basically, the 
profiler would dump the argument types it sees, and then generate a .pxd 
file with fused types.

Stefan


More information about the cython-devel mailing list