Skip to content
Snippets Groups Projects
Commit 612d8213 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Rewrite the topological sort of actions.

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.
parent 2c1ac825
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment