@[email protected]M to C Programming for Low Level [email protected]English • 1 year agoHow to Write Function-Like Preprocessor Macroswww.youtube.comexternal-linkmessage-square4fedilinkarrow-up13arrow-down11
arrow-up12arrow-down1external-linkHow to Write Function-Like Preprocessor Macroswww.youtube.com@[email protected]M to C Programming for Low Level [email protected]English • 1 year agomessage-square4fedilink
minus-square@a2800276linkEnglish2•1 year agoSure. So? If the compiler feels it’s more efficient not to inline, who am I to judge? As far as I know there’s nothing keeping the compiler from recognizing repetitive code generated by macros and factoring out into a single assembly routine…
Sure. So? If the compiler feels it’s more efficient not to inline, who am I to judge? As far as I know there’s nothing keeping the compiler from recognizing repetitive code generated by macros and factoring out into a single assembly routine…