Date: Sat, 14 Sep 1996 00:12:06 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot boot.c table.c Message-ID: <199609140712.AAA11956@freefall.freebsd.org>
index | next in thread | raw e-mail
bde 96/09/14 00:12:05 Modified: sys/i386/boot/biosboot boot.c table.c Log: Potentially saved a whole 4 bytes and reduced bogusness by eliminating the pointer to the string "/kernel". This pointer was once only statically to once save space, but it has had to be dynamically initialized for some time, so the static initialization just wastes space. The string gets moved to the text section, so the actual savings may be negative due to padding. Revision Changes Path 1.59 +3 -2 src/sys/i386/boot/biosboot/boot.c 1.13 +1 -3 src/sys/i386/boot/biosboot/table.chelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609140712.AAA11956>
