diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-10 21:42:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-10 21:42:03 +0000 |
commit | b5b7d1a415c43a33a5aad0e924a60d6ac28cb18f (patch) | |
tree | f0c44c1d4bb1e98667dcb72c01ee50ffbd9d28d7 /clang/lib/Parse/ParseExpr.cpp | |
parent | 1f77ee5691ea21e55a3f987fd7055cb3f2598459 (diff) | |
download | bcm5719-llvm-b5b7d1a415c43a33a5aad0e924a60d6ac28cb18f.tar.gz bcm5719-llvm-b5b7d1a415c43a33a5aad0e924a60d6ac28cb18f.zip |
Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't
currently expect that to be useful for plugins, and this is important for
startup performance:
--
ddunbar@lordcrumb:tmp$ touch empty.c
ddunbar@lordcrumb:tmp$ runN 100 ~/llvm.obj.64/Release/bin/clang -c empty.c
name avg min med max SD total
user 0.0054 0.0052 0.0054 0.0055 0.0000 0.5350
sys 0.0084 0.0090 0.0078 0.0087 0.0008 0.8390
wall 0.0149 0.0149 0.0149 0.0149 0.0003 1.4943
ddunbar@lordcrumb:tmp$ runN 100 ~/llvm.obj.64/Release/bin/clang -c empty.c
name avg min med max SD total
user 0.0036 0.0036 0.0036 0.0038 0.0000 0.3646
sys 0.0072 0.0071 0.0068 0.0070 0.0006 0.7158
wall 0.0123 0.0123 0.0122 0.0136 0.0003 1.2262
--
llvm-svn: 113638
Diffstat (limited to 'clang/lib/Parse/ParseExpr.cpp')
0 files changed, 0 insertions, 0 deletions