Menu

#511 Unused files

fixed
closed
5
2012-09-21
2006-04-26
No

The following files in the optimizing compiler are
unused and contain errors. They don't get compiled as
part of any build, but they throw compile errors in
Eclipse. Can they be removed if they aren't necessary,
or at least get temporarily patched if deleting them
isn't desirable?

OPT_ComputeCriticalPath.java
OPT_DominatorTreePhase.java
OPT_PostDominatorsPhase.java
OPT_DF_Edge.java

Most of them only need a line or two changing, e.g.
adding an import or declaring abstract.

Discussion

  • Dave Grove

    Dave Grove - 2006-05-10

    Logged In: YES
    user_id=1215435

    seems like a reasonable request. If you have a patch that
    fixes the compilation errors and submit it I'd be happy to
    apply it.

     
  • Mohammad Ansari

    Mohammad Ansari - 2006-05-10

    Logged In: YES
    user_id=1510621

    See patch ID 1485433

     
  • Dave Grove

    Dave Grove - 2006-07-13

    Logged In: YES
    user_id=1215435

    fixed compilation errors in other 3 files and remove
    OPT_ComputeCriticalPath

     

Log in to post a comment.