[LinuxBIOS] [PATCH] flashrom: Move code into C files

Stefan Reinauer stepan at coresystems.de
Sun Aug 26 20:23:10 CEST 2007


* ron minnich <rminnich at gmail.com> [070826 05:31]:
> > Hm, good question. In general I think the inline is not really needed.
> > Do you think this might be important for the time-critical parts in
> > flashrom? Could be, but I doubt this code is _that_ time-critical.
> 
> inline is really getting over-used nowadays.  I doubt we need it here.

In fact, if the compiler sees fit, it will inline without an additional
keyword. Otoh, the inline keyword does not guarantee you at all that
anything is inlined. 

Stefan


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/




More information about the coreboot mailing list