[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling es
| > What's worse, es is as big as itcsh on this machine, and almost as big
| > as csh.
|
| AAAIGH! i hadn't realized it was that bad. hopefully, when we get a chance,
| we'll be able to get the size down. i'm not making promises, though.
|
| i believe that if you turn ASSERTIONS off, the size drops a solid amount, but
| i would not recommend running in that mode yet.
Yes, that makes it quite a bit smaller. On a sparc with gcc2.2:
; size rc es /bin/sh
text data bss dec hex
65536 16384 5792 87712 156a0 rc
73728 16384 1544 91656 16608 es
90112 16384 0 106496 1a000 /bin/sh
Whew.