Search Results

Found 1 results for "9d46970c154ef4683cc26d08a86987f8" across all boards searching md5.

Anonymous /g/106108612#106140903
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.