Experimenting with tree inliner parameter settings

Steven Bosscher s.bosscher@student.tudelft.nl
Sun May 4 21:47:00 GMT 2003


Op zo 04-05-2003, om 23:02 schreef Steven Bosscher:
> Giving more weight to nested inline functions seems like a good idea,
> and it's probably not very hard to do.  Just see if TREE_CONTEXT != NULL
> in tree-inline.  That would probably also give more weight to inline
> functions inside class declaration in C++.  Certainly something we
> should try.

Hmm the C++ part if this is of course not true.  Are functions declared
in a class declaration automatically "inline"?

Greetz
Steven



More information about the Gcc mailing list