Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/05/2001 18:02:28
Module Name: syssrc
Committed By: thorpej
Date: Thu Jul 5 15:02:27 UTC 2001
Modified Files:
syssrc/sys/dev/ic: dp83932.c dp83932var.h
Log Message:
Do a little manual CSE, taking unneeded comparisons out of loops,
and shrinking the object code somewhat. On an R4400:
Before:
text data bss dec hex filename
16248 16 0 16264 3f88 dp83932.o
Before:
text data bss dec hex filename
14424 16 0 14440 3868 dp83932.o
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/ic/dp83932.c \
syssrc/sys/dev/ic/dp83932var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.