]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
removed lexer difference - no longer applies
authorAndrew Tridgell <tridge@samba.org>
Sun, 31 Mar 2002 14:34:46 +0000 (16:34 +0200)
committerAndrew Tridgell <tridge@samba.org>
Sun, 31 Mar 2002 14:34:46 +0000 (16:34 +0200)
ccache.1
ccache.yo
web/ccache-man.html

index 2e9d91fc22391a2770931fe986ed1093c6a461ca..d4a78360f5fc5ae8a2a521698360d839d94b108a 100644 (file)
--- a/ccache.1
+++ b/ccache.1
@@ -200,12 +200,6 @@ 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
-.IP o 
-compilercache does much smarter token unification using a C
-lexer\&. This means that reformatting of source code is much more
-likely to result in a cache miss with ccache than with
-compilercache\&. I may add this in future, although it is perhaps
-debatable whether the much slower parsing is worth it\&.
 Note however that ccache is a very new piece of code (as of March
 2002) whereas Erik\&'s scripts have had more testing\&. 
 .PP 
index 64b77580a7824d37b7bc96b912847a27fc439e28..d26a0f0909e3cf176e340a92b4362f2b02caa35a 100644 (file)
--- a/ccache.yo
+++ b/ccache.yo
@@ -174,11 +174,6 @@ 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
-it() compilercache does much smarter token unification using a C
-  lexer. This means that reformatting of source code is much more
-  likely to result in a cache miss with ccache than with
-  compilercache. I may add this in future, although it is perhaps
-  debatable whether the much slower parsing is worth it.
 )
 Note however that ccache is a very new piece of code (as of March
 2002) whereas Erik's scripts have had more testing. 
index 296bbab4fce5a8a784ab68a7417e90b05d6e97d5..62f7ac041376cbf983555529f2243ebc2120353e 100644 (file)
@@ -164,11 +164,6 @@ 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 > compilercache does much smarter token unification using a C
-  lexer. This means that reformatting of source code is much more
-  likely to result in a cache miss with ccache than with
-  compilercache. I may add this in future, although it is perhaps
-  debatable whether the much slower parsing is worth it.
 </ul>
 Note however that ccache is a very new piece of code (as of March
 2002) whereas Erik's scripts have had more testing.