Date: Sat, 11 May 2002 14:55:52 -0700 From: Peter Wemm <peter@wemm.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c Message-ID: <20020511215552.DD26039FB@overcee.wemm.org> In-Reply-To: <200205112149.g4BLnd747786@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Wemm wrote: > peter 2002/05/11 14:49:39 PDT > > Modified files: > sys/boot/i386/boot2 boot2.c > Log: > 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. 40 bytes is also what the align stripping did. If there is a problem with the sed stuff, commenting out that Makefile hack and just using the __builtin_memcpy stuff leaves us with zero free but an otherwise normal boot2.o build. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020511215552.DD26039FB>