Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/22/2007 04:16:49
Module Name: src
Committed By: simonb
Date: Mon Oct 22 04:16:48 UTC 2007
Modified Files:
src/lib/libc/stdlib: jemalloc.c
Log Message:
Revert the CSE parts of the previous change. "run" is calculated with
a different value for "pageind" each time through the loop, so we can't
precalculate it.
Fixes awk core dump issues on powerpc 405.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libc/stdlib/jemalloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.