kconfig_compiler generated files

Bo Thorsen bo at sonofthor.dk
Tue Feb 3 10:42:20 GMT 2004


On Tuesday 03 February 2004 05:05, Zack Rusin wrote:
> On Monday 02 February 2004 22:58, Benjamin Meyer wrote:
> > On Monday 02 February 2004 10:50 pm, Benjamin Meyer wrote:
> > > Sense the code generated by kconfig_compiler creates really small
> > > little functions that are placed in the header, is there a way to
> > > turn on inlineing of them?
>
> They will be inlined. We could explicitly add an inline there if you
> don't trust your compiler.

Marking anything inline only works as a hint to your compiler, so if you 
don't trust it, you can't do anything about it. And as you say, putting 
the method in the header means implicit inlining.

The inline keyword is an abomination that is fortunately getting less and 
less important and used.

Bo.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040203/929fa7a9/attachment.sig>


More information about the kde-core-devel mailing list