Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/netinet
Module Name: syssrc
Committed By: simonb
Date: Tue Oct 22 02:54:00 UTC 2002
Modified Files:
syssrc/sys/netinet: tcp_subr.c
Log Message:
Micro-optimisation: don't check if the high bit is set and then mask it
off - just mask it off anyways. Saves a branch 50% of the time.
To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 syssrc/sys/netinet/tcp_subr.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