• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux for an old system

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Everytime I see inline functions mentioned in regards to gcc, well, they aren't good comments

The Linux kernel uses inline functions in a lot of performance critical spots and they work fine. No doubt there are bugs in certain versions of gcc, but AFAIK inline functions work well.
 
Originally posted by: Nothinman
Everytime I see inline functions mentioned in regards to gcc, well, they aren't good comments

The Linux kernel uses inline functions in a lot of performance critical spots and they work fine. No doubt there are bugs in certain versions of gcc, but AFAIK inline functions work well.

I'll have to double check that I guess. Maybe it's a 2.95 thing...
 
That has nothing to do with real bugs, just potential performance issues. Perhaps the performance gains from inlining code matter more when SMP granularity is higher, lord knows the OpenBSD people have just started making their kernel SMP capable.
 
Back
Top