Compilers transform the code we write to make it more efficient, however, there are times when these optimizations made by the compiler can cause security problems. A clear example of this is the dead code elimination, an optimization that aims to eliminate pieces of code that do not affect the results of the program, and therefore are considered irrelevant.
The post Fatal optimizations appeared first on S3lab.
]]>