]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
minor doc updates
authorAndrew Tridgell <tridge@samba.org>
Mon, 8 Apr 2002 03:24:06 +0000 (05:24 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 8 Apr 2002 03:24:06 +0000 (05:24 +0200)
ccache.1
ccache.yo
web/ccache-man.html

index 8ee4b1c48791140047408535afcc11cd7974b18b..c0b6aa44d212511c68f4f8cf0bdeb465375097d6 100644 (file)
--- a/ccache.1
+++ b/ccache.1
@@ -239,27 +239,8 @@ ccache can cache compiler output that includes warnings\&. In many
 cases this gives ccache a much higher cache hit rate\&.
 .IP o 
 ccache can handle a much wider ranger of compiler options
-Note however that ccache is a very new piece of code (as of March
-2002) whereas Erik\&'s scripts have had more testing\&. 
-.PP 
-The overall speedup compared to compilercache is quite dramatic\&. For
-compiling rsync I get:
-.PP 
-
-.nf 
-
-  normal build 20\&.74 seconds
-
-  compilercache uncached 28\&.9 seconds
-  compilercache cached 10\&.5 seconds
-
-  ccache uncached 24\&.6 seconds
-  ccache cached 4\&.6 seconds
-
-.fi 
-
+.IP o 
+ccache avoids a double call to cpp on a cache miss
 .PP 
 .SH "CREDITS" 
 .PP 
index e7a884a005501554a4e2b0ecbfdff32760243292..a6fae7b1f62f4204b5d357f96ce1506b839eab8c 100644 (file)
--- a/ccache.yo
+++ b/ccache.yo
@@ -208,21 +208,7 @@ it() ccache can do automatic cache management
 it() ccache can cache compiler output that includes warnings. In many
   cases this gives ccache a much higher cache hit rate.
 it() ccache can handle a much wider ranger of compiler options
-)
-Note however that ccache is a very new piece of code (as of March
-2002) whereas Erik's scripts have had more testing. 
-
-The overall speedup compared to compilercache is quite dramatic. For
-compiling rsync I get:
-
-verb(
-  normal build 20.74 seconds
-
-  compilercache uncached 28.9 seconds
-  compilercache cached 10.5 seconds
-
-  ccache uncached 24.6 seconds
-  ccache cached 4.6 seconds
+it() ccache avoids a double call to cpp on a cache miss
 )
 
 manpagesection(CREDITS)
index ab31883bde439bb4840ab9a35b681d856722cf9f..39514cbae64cf412ba2f2fe260c0a38f160dda47 100644 (file)
@@ -193,23 +193,8 @@ are:
 <li > ccache can cache compiler output that includes warnings. In many
   cases this gives ccache a much higher cache hit rate.
 <li > ccache can handle a much wider ranger of compiler options
+<li > ccache avoids a double call to cpp on a cache miss
 </ul>
-Note however that ccache is a very new piece of code (as of March
-2002) whereas Erik's scripts have had more testing. 
-<p>The overall speedup compared to compilercache is quite dramatic. For
-compiling rsync I get:
-<p><pre>
-
-  normal build 20.74 seconds
-
-  compilercache uncached 28.9 seconds
-  compilercache cached 10.5 seconds
-
-  ccache uncached 24.6 seconds
-  ccache cached 4.6 seconds
-
-</pre>
-
 <p><h2>CREDITS</h2>
     
 <p>Thanks to the following people for their contributions to ccache