Skip to content
Snippets Groups Projects
  1. Aug 14, 2014
  2. Jun 02, 2014
  3. May 21, 2014
  4. Mar 26, 2014
  5. Jan 22, 2014
  6. 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
  7. Dec 06, 2013
  8. Dec 04, 2013
  9. Nov 29, 2013
  10. Apr 03, 2013
  11. Feb 13, 2013
  12. Feb 07, 2013
  13. Feb 04, 2013
    • Erwan Jahier's avatar
      Fix a performance bug (again) due to verbose printing not being lazy. · 07bb13d4
      Erwan Jahier authored
      The only culprit was the one in unifyClock.ml::249, but
      I've lazyfied most of the non-trivial verbose call.
      
      The 2 remaining unresolved testq that were timeout-ing now pass in a few ms...
      
      The whole non-reg test time has been divided by more than 2!
      07bb13d4
    • Erwan Jahier's avatar
      Fix 2 problems in the ec mode: · aaf09392
      Erwan Jahier authored
       - translate merge on bools in terms of current and ite
       - do not print the clock info in node profile in en mode
      
      + various fixes in lustre test files.
      
      nb : now all tests in the should_work dir passes !!!
      aaf09392
  14. Feb 01, 2013
  15. Jan 31, 2013
  16. Jan 29, 2013
  17. Jan 24, 2013
  18. Jan 19, 2013
  19. Jan 18, 2013
  20. Jan 16, 2013
  21. Jan 11, 2013
Loading