minor doc updates

This commit is contained in:
Andrew Tridgell 2002-04-08 05:24:06 +02:00
parent b0cbe0ae5b
commit d09fe269cf
3 changed files with 4 additions and 52 deletions

View File

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

View File

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

View 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