Q2 Single choice Flag Optimizing for space will: A Produce an image which is decompressed at run-time. B Cause the compiler to unroll loops where possible. C Result in more functions being inlined by the compiler. D Produce smaller code, even if this results in slower execution. Correct answer