Mail Archives: djgpp/1995/05/02/15:11:17
On Mon, 1 May 1995, Eli Zaretskii wrote:
> > Why oh *why* does "make" use FPU instructions??? What are they needed for?
> Not only Make, GNU Sed also has this problem. I don't know about Make,
> but Sed needs this because the regex package it uses does some small
>
Unfortunatley, in a large program, this is common.
Either under TurboC or GCC, if it's NOT a program that needs math I leave
the math libs out so I can spot "x/2.0" problems that suck the whole .lib in.
Often a two or three line fixed point implementation can save lots of K.
- And as previously mentioned; sometimes replacing a particularly large
library routine with alternate functions can save space too - or kill ya !
;> <- furbill
RDC AT freenet DOT vancouver DOT bc DOT ca UNIX(r) System V Release 4.0 [142.103.106.2]
http://www.freenet.vancouver.bc.ca incoming:// 49 15 00 N 123 07 00 W
- Raw text -