From owner-cvs-all Sat May 11 19:29: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id A28EE37B40A; Sat, 11 May 2002 19:29:05 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 May 2002 03:29:04 +0100 (BST) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c In-Reply-To: Your message of "Sat, 11 May 2002 14:49:39 PDT." <200205112149.g4BLnd747786@freefall.freebsd.org> Date: Sun, 12 May 2002 03:29:04 +0100 From: Ian Dowse Message-ID: <200205120329.aa73107@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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