From: | Rudi Chiarito |
Date: | 21 Aug 2000 at 17:30:00 |
Subject: | Re: AMIOPEN: Amiga python |
On Mon, Aug 21, 2000 at 09:38:55AM -0500, I wrote:
> [yax@ciccillo AmiPython]$ ls -l python Amiga/python.00
> -rw-r----- 1 yax yax 551535 Aug 21 09:19 Amiga/python.00
> -rwxrwxr-x 1 yax yax 591828 Aug 21 09:18 python
[...]
> It still might not be totally accurate, as the Linux version might be
> including more modules. Under Linux, there are more symbols defined in
> config.h, as it's a "real" Unix system. Some would probably just activate
> alternative sections of code in conditional statements, but I suppose
> others would add more code (which isn't present in the Elate version).
Using the same config.h used under Elate (but defining
MALLOC_ZERO_RETURNS_NULL and SYS_SELECT_WITH_SYS_TIME, which shouldn't
cause any relevant changes in code size), I get the following:
[yax@ciccillo AmiPython]$ ls -l python Amiga/python.00
-rw-r----- 1 yax yax 551535 Aug 21 09:19 Amiga/python.00
-rwxrwxr-x 1 yax yax 589012 Aug 21 09:47 python
Just a couple of kbytes shorter than the "full" version. Still the VP
binary is shorter. ;)