Subject: Re: CVS commit: src/lib/libc/stdlib
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 10/21/2007 23:31:16
On Oct 22,  7:32am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/lib/libc/stdlib

| > 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?

Common Sub-expression Elimination.

christros