Re: [exim-dev] RFC: Refactoring expand_string_internal

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Johannes Berg
Date:  
À: Sheen, Tony
CC: 'exim-dev@exim.org'
Sujet: Re: [exim-dev] RFC: Refactoring expand_string_internal
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