Add an interesting observation :)

llvm-svn: 38692
This commit is contained in:
Chris Lattner 2006-07-10 06:34:50 +00:00
parent eb54b5973e
commit db878cde8e

View File

@ -2,4 +2,11 @@
To time GCC preprocessing speed without output, use:
"time gcc -MM file"
Interesting fact:
clang -Eonly INPUTS/carbon-header-C-E.c
is faster than:
wc -w INPUTS/carbon-header-C-E.c
!!