Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Michael Beck's avatar
    Hopefully better version of control flow optimization: · 161dfd28
    Michael Beck authored
     - use the mark flag instead of the block visited flag: makes code better
       understandable and needs less iterations
     - combine deletion of unreable code AND useless Conds saving one block walk
     - iteration only used for SwitchConds yet
     - unreachable code is always removed yet (Backend cannot cope with it either)
    
    [r20150]
    161dfd28