Subject: Re: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 10/22/2007 04:37:08
On Mon, Oct 22, 2007 at 07:32:04AM +0900, YAMAMOTO Takashi wrote:
> > Module Name:	src
> > Committed By:	christos
> > Date:		Fri Oct 19 19:28:58 UTC 2007
> > 
> > Modified Files:
> > 	src/lib/libc/stdlib: jemalloc.c
> > 
> > Log Message:
> > - do some CSE.
> > - pass lint
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -r1.8 -r1.9 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.
> 
> what's CSE?

Create Some Errors ^W^W^W Common Subexpression Elimination.

Joerg