x86 - Can a compiler optimize out a function preamble in assembly? -
i attempting build decompiler x86 executables , wondering if can safely assume function preambles/prologues remain intact. possible compilers optimize them out of assembly?
yes, things leaf functions (see here) might optimized, function doesn't use local variables.
Comments
Post a Comment