This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Re: Canonical type nodes, or, comptypes considered harmful


Hey Doug! So exciting, this patch.

I would like to test some compile-time issues myself, but am having
trouble appying this patch. Was it generated off of mainline? Any
chance it could be re-generated off of r118977 or later?

For timing template heavy compiles, I would either use

'make check-compile'

for libstdc++ or

edit out libstdc++-v3/scripts/check_performance 

to only compile, ie

- FLAGS=`$flags_script --cxxflags`
+ FLAGS="-g -O2 -S"

The peformance testsuite is typelist based and a much better way to
test metaprogramming-type styles, etc.

best,
-benjamin




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]