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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -