Skip to content
Snippets Groups Projects
  1. Jun 19, 2014
    • Erwan Jahier's avatar
      Soc2c: Fix 2 bugs in the C code generation. · 9253be2f
      Erwan Jahier authored
      The first one in Soc2cIdent.type_to_short_string when enum and int were both
      translated by "i" ; as a consequence, some different soc ctx get the same name.
      
      The second one was due to the fact that car ident in gao switches were
      printed incorrectly (missing "ctx->" or "node_no_mem_ctx.").
      
      nb:  unexpected failures 162-> 149
      9253be2f
    • Erwan Jahier's avatar
      Soc2c: add support for array slices. · e00fbd2a
      Erwan Jahier authored
      nb:  unexpected failures 175-> 162
      
      Also name step function consistent and uniquely
      e00fbd2a
  2. Jun 18, 2014
  3. Jun 16, 2014
  4. Jun 13, 2014
  5. Jun 12, 2014
  6. Jun 10, 2014
  7. Jun 06, 2014
  8. Jun 05, 2014
  9. Jun 02, 2014
  10. May 30, 2014
  11. May 21, 2014
  12. May 12, 2014
  13. Mar 26, 2014
  14. Mar 25, 2014
  15. Feb 24, 2014
  16. Feb 20, 2014
  17. Jan 23, 2014
  18. Jan 22, 2014
  19. 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
  20. Dec 10, 2013
  21. Dec 06, 2013
  22. Dec 04, 2013
  23. Nov 29, 2013
Loading