Search Results
8/4/2025, 8:52:53 PM
>>106140741
No. I do not think C supports naked functions at all.
In your example, compiler can add platform specific shims for handling arguments and return. Rust naked function is really just a basic asm label to some assembly code, with no ABI/language/platform specific stuff added implicitly.
No. I do not think C supports naked functions at all.
In your example, compiler can add platform specific shims for handling arguments and return. Rust naked function is really just a basic asm label to some assembly code, with no ABI/language/platform specific stuff added implicitly.
Page 1