Skip to content
Snippets Groups Projects
  1. Jun 12, 2014
  2. Jun 10, 2014
  3. Jun 06, 2014
  4. Jun 05, 2014
  5. Jun 04, 2014
  6. Jun 02, 2014
  7. May 30, 2014
  8. May 22, 2014
  9. May 21, 2014
  10. May 12, 2014
  11. Mar 26, 2014
  12. Mar 25, 2014
  13. Feb 24, 2014
  14. Feb 20, 2014
  15. Jan 23, 2014
  16. Jan 22, 2014
  17. Dec 11, 2013
    • Erwan Jahier's avatar
      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
  18. Dec 10, 2013
  19. Dec 06, 2013
  20. Dec 04, 2013
  21. Nov 29, 2013
  22. Nov 28, 2013
  23. Nov 25, 2013
  24. Oct 23, 2013
    • Erwan Jahier's avatar
      A tentative to fix a bug in clock checking appearing in a program of · cc1ab2b7
      Erwan Jahier authored
      Timothy Bourke (trigerred where the clock of some args are some other
      args and when the names of variables are shared between the caller
      and the callee).
      
      The problem is in UnifyClock.f or (in evalClock.ml) ; the current
      change in evalClock.ml fixes the pb in Tim's program, but I suspect
      it is still buggy.
      cc1ab2b7
  25. Sep 20, 2013
Loading