Is Code Optimization Relevant?

November 25, 2004 – 1:20 pm

http://www.cs.umd.edu/~pugh/IsCodeOptimizationRelevant.pdf

  1. One Response to “Is Code Optimization Relevant?”

  2. I think it is relevant.
    After syntax analysis and symentic anlysis
    or in between if we put code optimization phase
    then it might not be useful or insted of reducing
    time to compile it might increase time because
    of complexity in implementation.
    So code optimization at its place is relevant.

    By sapan on Sep 19, 2005

Post a Comment