Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2001 15:12:29 -0400 (EDT)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        jlemon@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <200106231912.f5NJCUE01011@aldan.algebra.com>
In-Reply-To: <200106231744.f5NHiSX34734@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23 Jun, Jonathan Lemon wrote:
> jlemon      2001/06/23 10:44:28 PDT
> 
>   Modified files:
>     sys/netinet          tcp_subr.c 
>   Log:
>   Replace bzero() of struct ip with explicit zeroing of structure members,
>   which is faster.
>   
>   Revision  Changes    Path
>   1.107     +7 -3      src/sys/netinet/tcp_subr.c

Should people be asked to look in other parts of the kernel for places,
where the bzero can be so replaced?

	% find /sys/ -type f -name \*.c | xargs fgrep bzero | wc -l
	1621


	-mi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106231912.f5NJCUE01011>