lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, 17 Jan 2002 nop@nop.com wrote:

> For starters, there's size.
>
> nop@slothrop:~/python1.5-1.5.2.orig$ size python ~/lua/bin/lua
>    text    data     bss     dec     hex filename
>  315675   34448    7680  357803   575ab python
>  102175    2716      32  104923   199db /home/nop/lua/bin/lua
>

That was python 1.5. With python 2.2, on my machine (Solaris), I have:

text    data    bss     dec     hex     filename
577232  236608  12464   826304  c9bc0   /local/bin/python
83732   25135   884     109751  1acb7   ./lua

(This is already Lua w3).


-- Roberto