Python Memory Manager

Paul Rubin http
Wed Feb 20 06:22:23 EST 2008


MartinRinehart at gmail.com writes:
> I mean chips of the family that goes back to the 8086 and 8088 chips,
> chips that support the REPZ prefix to the MOVSW instruction.

repz movsw is a pretty lame way to copy data on current x86's. 
Use XMM instead.



More information about the Python-list mailing list