@@ -68,7 +68,7 @@ development tools. His patches against the Python v1.5.2 source
6868distribution have become the core of this port, and without his efforts
6969this port wouldn't exist. Andy's port also appears to have been
7070compiled with his port of gcc 2.95.2 to EMX, which I have but have
71- chosen not to use for the binary distribution of this port (see item 21
71+ chosen not to use for the binary distribution of this port (see item 16
7272of the "YOU HAVE BEEN WARNED" section below).
7373
7474Previous Python port releases by me:-
@@ -84,7 +84,11 @@ Previous Python port releases by me:-
8484 - v2.2 on December 24, 2001;
8585 - v2.2.1c2 on March 31, 2002 (not uploaded to archive sites);
8686 - v2.2.1 on April 14, 2002;
87- - v2.2.2 on October 24, 2002.
87+ - v2.2.2 on October 24, 2002;
88+ - v2.3a2 on March 2, 2003 (not uploaded to archive sites);
89+ - v2.3b1 on April 27, 2003 (not uploaded to archive sites);
90+ - v2.2.3c1 on May 28, 2003 (not uploaded to archive sites);
91+ - v2.2.3 on June 1, 2003.
8892
8993It is possible to have these earlier ports still usable after installing
9094this port - see the README.os2emx.multiple_versions file, contributed by
@@ -545,18 +549,10 @@ error.
545549I have not attempted to compile Python with any version of gcc prior to
546550v2.8.1.
547551
548- If you compile Python with pgcc 2.95, changing the optimisation from -O2 to
549- -O3 is worthwhile. While more aggressive optimisation is supported by gcc,
550- a lot of benchmarking indicates that Python's performance is impeded by
551- optimisation settings beyond just -O2 (-O3 for pgcc 2.95), at least on my
552- hardware (AMD Athlon 1.4GHz, VIA C3 800MHz).
553-
554- If you wish to compile Python with gcc 3.2.1, you will need to modify the
555- Makefile to compile Modules/_sre.c with either the -Os (recommended) or
556- -O options, with the global optimisation set to -O2 or -O3 (not much
557- difference between these with this compiler). Alternatively, you could
558- change the global optimisation instead with a performance drop of 6-7%
559- compared to the special-case approach.
552+ While gcc supports more aggressive optimisation than I use, a lot of
553+ benchmarking indicates that Python's performance is at best only
554+ marginally improved by more aggressive optimisation, at least on my
555+ hardware (AMD Athlon 1.4GHz, VIA C3 800MHz).
560556
56155717. os.spawnv() and os.spawnve() expose EMX's library routines rather
562558than use the emulation in os.py.
0 commit comments