FreeBSD src
Go to file
Bruce Evans ae6e81ef56 Saved 48 bytes (56 before padding) by moving a variable declaration.
gcc always generates large code for accesses to globals.  For locals
it only generates large code if there are more than 128 bytes of
locals.  It sorts scalar locals after array locals to pessimize for
space in the usual case when there are more (static) references to
scalars than to arrays.

Saved another 16 bytes (13 before padding) by adding a `continue'.

Fall-through tests normally save space, but here one of them made
gcc do space-unoptimal register allocation (it allocates ch in %bl
because preserving this register across function calls is "free",
but comparisions with %bl take one byte fewer than comparsions with
%bl).
1996-09-07 20:18:04 +00:00
bin eek, how did that happen? I must have committed something left over from 1996-09-03 14:24:44 +00:00
contrib Add a note about current local changes relative to the "official" release. 1996-09-07 20:17:13 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc Use /dev/mouse for default moused port 1996-09-07 19:11:00 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Make button highlighting more visible on B/W displays. 1996-09-06 09:36:45 +00:00
include install rpc header files 1996-09-01 17:54:25 +00:00
lib clean up some warts Bruce pointed out. 1996-09-07 17:58:36 +00:00
libexec wrong C bracketing, *blush*... 1996-09-07 02:17:29 +00:00
lkm Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. 1996-09-06 23:32:55 +00:00
release Add support for CVSROOT/INTCVSROOT as simple makefile variables. 1996-09-07 01:05:16 +00:00
sbin Make the noauto flag usable for swap devices too. Closes PR#1542 1996-09-06 06:01:05 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share take the axe a little closer, since I didn't say what I meant either, and 1996-09-07 02:15:56 +00:00
sys Saved 48 bytes (56 before padding) by moving a variable declaration. 1996-09-07 20:18:04 +00:00
tools Oops, two tiny typos. Serves me right for making a "Just a tiny change!" 1996-09-05 19:19:18 +00:00
usr.bin remove devconf tools from make tree. 1996-09-06 23:07:35 +00:00
usr.sbin After queueing deltas, send out an initial two mails since that will cover 1996-09-07 19:50:48 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile - cosmetic change to 'make world' 1996-08-30 22:35:30 +00:00