• [^] # Re: lapin compris

    Posté par (site web personnel) . En réponse au journal HWA : accéder au matériel autrement. Évalué à -2.

    http://gcc.gnu.org/onlinedocs/gcc/Inline.html:

    By declaring a function inline, you can direct GCC to make calls to that function faster. One way GCC can achieve this is to integrate that function's code into the code for its callers. This makes execution faster by eliminating the function-call overhead; in addition, if any of the actual argument values are constant, their known values may permit simplifications at compile time so that not all of the inline function's code needs to be included.

    Les fonctions inline de HWA sont éliminées à la compilation. C'est une nécessité pour que HWA ait un intérêt. S'il faut ajouter static pour cela, cela sera fait mais jusqu'à présent le problème ne s'est pas posé.

    « J'ai pas Word, j'ai pas Windows, et j'ai pas la télé ! »