From: Joel Rosdahl Date: Tue, 27 Apr 2010 20:41:38 +0000 (+0200) Subject: Improve news about direct mode speedup X-Git-Tag: v3.0pre1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5d8356fbbade2a7a97cd1c61fe8cf523c9e54b;p=thirdparty%2Fccache.git Improve news about direct mode speedup --- diff --git a/NEWS.txt b/NEWS.txt index 62d2fa108..03797adfb 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -42,10 +42,10 @@ New features and improvements - ccache now has a ``direct mode'' where it computes a hash of the source code (including all included files) and compiler arguments without running the preprocessor. By not running the preprocessor, CPU usage is - reduced; the speed is about 1-5 times that of ccache running in - traditional mode. The relative speedup will be higher when I/O is fast - (e.g., when files are in the disk cache). The direct mode can be disabled - by setting +CCACHE_NODIRECT+. + reduced; the speed is somewhere between 1 and 5 times that of ccache + running in traditional mode, depending on the circumstances. The speedup + will be higher when I/O is fast (e.g., when files are in the disk cache). + The direct mode can be disabled by setting +CCACHE_NODIRECT+. - Support has been added for rewriting absolute paths to relative paths when hashing, in order to increase cache hit rate when building the same