Sheen, Tony wrote:
> For maintainability, the worst program I ever worked on had just a single
> function - main() - but it ran like greased lightning which was the main
> requirement! Formatting it nicely with 'proper' functions reduced its speed
> by almost 15%.
>   
I'm curious on what kind of machine all this has happened. Shouldn't, on 
a modern system/CPU, a small and often-used function be more efficient 
than inlining it everywhere because it'll stick in the CPU cache?

johannes

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details 
at http://www.exim.org/ ##

Reply via email to