]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve news about direct mode speedup
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 27 Apr 2010 20:41:38 +0000 (22:41 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 27 Apr 2010 20:42:05 +0000 (22:42 +0200)
NEWS.txt

index 62d2fa108b5189d64bfa0cd2e4280a0500a7cd9b..03797adfbaee80976489261b75102eca0ca1ab5d 100644 (file)
--- 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