Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    612d8213
    Rewrite the topological sort of actions. · 612d8213
    Erwan Jahier authored
    The main difference is that I use a map instead of list to store
    visited nodes.  The compilation time of normal.ec is divided by 2!!
    (35s->15s)
    
    We do not really see the difference in the time of the non-reg tests
    since the execution of normal.ec still exceeds the 10s timeouts.
    612d8213
    History
    Rewrite the topological sort of actions.
    Erwan Jahier authored
    The main difference is that I use a map instead of list to store
    visited nodes.  The compilation time of normal.ec is divided by 2!!
    (35s->15s)
    
    We do not really see the difference in the time of the non-reg tests
    since the execution of normal.ec still exceeds the 10s timeouts.