@[email protected]M to C Programming for Low Level [email protected]English • 2 years agoHow to Write Function-Like Preprocessor Macroswww.youtube.comexternal-linkmessage-square4fedilinkarrow-up14arrow-down11
arrow-up13arrow-down1external-linkHow to Write Function-Like Preprocessor Macroswww.youtube.com@[email protected]M to C Programming for Low Level [email protected]English • 2 years agomessage-square4fedilink
minus-square@a2800276linkEnglish2•2 years 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…