[Python-Dev] Split unicodeobject.c into subfiles

Antoine Pitrou solipsis at pitrou.net
Tue Oct 23 12:11:11 CEST 2012


Le 23/10/2012 12:05, Victor Stinner a écrit :
>> Such a restructuring should not result in compilers
>> no longer being able to optimize code by inlining functions
>> in one of the most important basic types we have in Python 3.
>
> I agree that performances are important. But I'm not convinced than
> moving functions has a real impact on performances, not that such
> issues cannot be fixed.

I agree with Marc-André, there's no point in compiling those files 
separately. #include'ing them in the master unicodeobject.c file is fine.

Regards

Antoine.




More information about the Python-Dev mailing list