please explain what is going on here. im using irons law withthe old gcc againest the new gcc
Question 1 We have two compilers clang and gcc. Using the default compiler options, a program (chess game) takes 6 seconds to run on processor P1 when compiled with clang, and 5 seconds when compiled with goc. This means that gcc is 1.2 times faster with the default options: a) if we enable the gcc optimizations, we increase the
OR
OR