1. Finish CFG Inlining (done)
  2. Finish IPA pass manager (done)
  3. Update existing cgraph passes to use CFG (done)
  4. Make SSA available at cgraph level (ongoing)
  5. Update existing cgraph passes to use SSA
  6. Write out IL
    1. Elliminate uses of DECL_RTL before cgraph_optimize
    2. Figure out what to do about debug info
    3. Figure out what to do about types
  7. Read in IL
  8. Optimize IL
    • Should be nothing different than before except sometimes variables might not escape which could before

None: IPA_Task_List (last edited 2008-01-10 19:38:56 by localhost)