Home > Extensible Programming, Research > Is Code Optimization Relevant?

Is Code Optimization Relevant?

November 25th, 2004

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

Extensible Programming, Research

  1. sapan
    September 19th, 2005 at 10:33 | #1

    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.

Comments are closed.