This is the mail archive of the gcc@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: Optimization question


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


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