I am trying to decompile a piece of code and apparently gcc prefers less complicated instructions over the more complex ones. After reading this answer I suspect it's because gcc is trying to reduce instruction dependencies. Is there any way to instruct gcc to ignore these dependencies?
↧