Re: cvs commit: src/sys/boot/i386/boot2 boot2.c

[ Available lists | Index of cvs-all | Month of May 2002 | Week of 11 May 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ian Dowse <iedowse@maths.tcd.ie>
Date
11 May 2002 19:29:09
Subject
Re: cvs commit: src/sys/boot/i386/boot2 boot2.c
Message-ID

In reply to

[ Hide this part ]
In message <200205112149.g4BLnd747786@freefall.freebsd.org>, Peter Wemm writes:
> Save about 60 bytes by #define memcpy __builtin_memcpy and removing
> the function we provided. Restore the Keyboard: yes/no printf for the
> probe diagnostics. We end up with 40 bytes free.

Two further savings, if required later, are:

- Add "-fomit-frame-pointer" in boot2/Makefile (96 bytes)
- Remove the argument from load() and assume kname[] instead (32 bytes)

Ian

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Elapsed time: 0.074 seconds