removed lexer difference - no longer applies

This commit is contained in:
Andrew Tridgell 2002-03-31 16:34:46 +02:00
parent 5bfcd81a73
commit 5d11689fb7
3 changed files with 0 additions and 16 deletions

View File

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

View File

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

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