Skip to content
  • Roman Levenstein's avatar
    Some improvements related to the computation of heights, depths of SUnits. · c62c2bb4
    Roman Levenstein authored
    The basic idea is that all these algorithms are computing the longest paths from the root node or to the exit node. Therefore the existing implementation that uses and iterative and potentially
    exponential algorithm was changed to a well-known graph algorithm based on dynamic programming. It has a linear run-time.
    
    llvm-svn: 47884
    c62c2bb4
Loading