General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
Creel
comments
Comments by "p11" (@porky1118) on "Assembly Language Misconceptions" video.
1:30 Is it really true, that calling assembly causes overhead? I think, it's possible to do inline assembly, which just replace a certain part of the function by assembly. At least that feature exists in Rust. I'm not sure if it's really inlined into the function, or if it's just called this way because you can just write it without creating a new file. But at least theoretically it should be possible.
1