Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: fredb
Date: Sat Jun 19 20:02:38 UTC 2004
Modified Files:
src/sys/kern: kern_microtime.c
Log Message:
Using the same variable to mean two different things is false economy.
With this change, the compiled object is 72 bytes smaller on i386, and
the code is easier to understand, to boot.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/kern/kern_microtime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index