NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49664 CVS commit: src/tests/lib/libc/gen



The following reply was made to PR lib/49664; it has been noted by GNATS.

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49664 CVS commit: src/tests/lib/libc/gen
Date: Sat, 14 Feb 2015 08:46:02 +0000

 Module Name:	src
 Committed By:	isaki
 Date:		Sat Feb 14 08:46:02 UTC 2015
 
 Modified Files:
 	src/tests/lib/libc/gen: t_randomid.c
 
 Log Message:
 uint64_t -> uint32_t.  32bit is sufficient in this case
 and it improved the performance approx 7% on my 68030.
 see also PR lib/49664.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_randomid.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