From: Andrew Tridgell Date: Mon, 8 Apr 2002 03:24:06 +0000 (+0200) Subject: minor doc updates X-Git-Tag: v1.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09fe269cf1871cdc3971100e918f0def288e79e;p=thirdparty%2Fccache.git minor doc updates --- diff --git a/ccache.1 b/ccache.1 index 8ee4b1c48..c0b6aa44d 100644 --- 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 diff --git a/ccache.yo b/ccache.yo index e7a884a00..a6fae7b1f 100644 --- 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) diff --git a/web/ccache-man.html b/web/ccache-man.html index ab31883bd..39514cbae 100644 --- a/web/ccache-man.html +++ b/web/ccache-man.html @@ -193,23 +193,8 @@ are:
  • ccache can cache compiler output that includes warnings. In many cases this gives ccache a much higher cache hit rate.
  • ccache can handle a much wider ranger of compiler options +
  • ccache avoids a double call to cpp on a cache miss -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: -

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

    CREDITS

    Thanks to the following people for their contributions to ccache