Skip to content
Snippets Groups Projects
  1. Jun 05, 2014
  2. Jun 04, 2014
  3. Jun 02, 2014
  4. May 30, 2014
  5. May 22, 2014
  6. May 21, 2014
  7. May 12, 2014
  8. Mar 26, 2014
  9. Mar 25, 2014
  10. Feb 24, 2014
  11. Feb 20, 2014
  12. Jan 23, 2014
  13. Jan 22, 2014
  14. 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
  15. Dec 10, 2013
  16. Dec 06, 2013
  17. Dec 04, 2013
  18. Nov 29, 2013
  19. Nov 28, 2013
  20. Nov 25, 2013
  21. 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
  22. Sep 20, 2013
  23. Jun 06, 2013
  24. Jun 05, 2013
    • Erwan Jahier's avatar
      Fix the handling of fby in Soc. · 1026bf31
      Erwan Jahier authored
      Indeed, the initialisation of the fby was done when the soc was
      created.  Hence the first fby that was translated was giving its
      initial value to all others forthcoming fby !!!
      
      In order to fix that, I've modified the type of Soc.key so that the
      initial value is part of its key.
      
      Note that currently, it does not work if the initial value is an input.
      1026bf31
  25. Jun 04, 2013
  26. Jun 03, 2013
Loading