[PATCH] misc size-shrinkage; merges

Rob Landley rob at landley.net
Wed Aug 30 16:31:51 UTC 2006


On Wednesday 30 August 2006 3:14 am, Bernhard Fischer wrote:
> Still, IMO it's better to be sure that explicit inline's are handled
> correctly (as in the setjmp cases) than to fail for some users in
> possible obscure ways.

Did you miss -finline-limit-0 going in back around...  April, was it?

ATTRIBUTE_ALWAYS_INLINE should always inline.  The "inline" keyword should 
never inline now, and all occurrences if it should either be converted to the 
attribute or should be removed.  (And it was never more than a recommendation 
anyway.  Like "register", it has little place with a modern compiler.)

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list