This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Implementing normal algorithms using predicate versions


Chris Jefferson <caj@cs.york.ac.uk> writes:

[...]

| I've tried this on the entire of sort and the story appears to be that
| -O1 is sufficent to remove any inefficency. -O0 gets hurt quite badly
| however.

The front-end does no inlining at -O0.  So, I'm not surprised.

-- Gaby


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