MinGW and Python

Fredrik Lundh fredrik at pythonware.com
Tue Apr 25 03:21:45 EDT 2006


Brian Elmegaard wrote

> > the gcc project is to provide a portable compiler, not one that
> > generates the best code for any given platform. And in that goal, it
> > succeeds remarkably well.
>
> Will a python program be slower on the same machine running windows
> compared to linux?

a better optimizer usually results in programs that run faster, not slower.

</F>






More information about the Python-list mailing list