This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Optimization question
- From: "Piotr Wyderski" <piotr dot wyderski at wp dot pl>
- To: "James E Wilson" <wilson at specifixinc dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 10 Aug 2004 02:10:20 +0200
- Subject: Re: Optimization question
- Organization: Faculty of Computer Science, University of Wroclaw
- References: <008301c47d4f$0d736050$f2a7573e@voltan> <4117C5D6.7000308@specifixinc.com>
James E Wilson wrote:
> You didn't provide a compilable testcase.
Yes, because the "testcase" is a separate module composed
of over 1000 lines of code. :-) I think that the most important
parts were included in the snippets. Here's a full header (the
"list" and "iterator" classes and also an appropriate trait, for
example used in the "simple_list" class):
To reproduce the described behaviour, you need this, for
example:
http://www.ii.uni.wroc.pl/~wyderski/base.h
base::simple_list<int,false> L;
L.length();
Best regards
Piotr Wyderski