From: Joel Rosdahl Date: Wed, 5 May 2010 21:47:15 +0000 (+0200) Subject: Improve wording in NEWS.txt X-Git-Tag: v3.0pre1~25 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=91f19db87374939a26f763574ad7b0341c2345d7;p=thirdparty%2Fccache.git Improve wording in NEWS.txt --- diff --git a/NEWS.txt b/NEWS.txt index 76baf1600..ff58fec8b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -40,7 +40,7 @@ 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 + code (including all included files) and compiler options without running the preprocessor. By not running the preprocessor, CPU usage is reduced; the speed is somewhere between 1 and 5 times that of ccache running in traditional mode, depending on the circumstances. The speedup @@ -121,7 +121,7 @@ Bug fixes - Fixed NFS issues. - Computation of the hash sum has been improved to decrease the risk of - hash collisions. For instance, the compiler arguments `-X -Y` and `-X-Y` + hash collisions. For instance, the compiler options `-X -Y` and `-X-Y` previously contributed equally to the hash sum. - Bail out on too hard compiler options `--coverage`, `-fprofile-arcs`,