1. 04 Jul, 2020 1 commit
  2. 24 Jun, 2020 1 commit
  3. 22 Jun, 2020 1 commit
  4. 13 Jun, 2020 1 commit
  5. 03 Jun, 2020 2 commits
    • Add support for serial tail calls. · a81e082d
      Currently once we are serial no more parallel strains are executed. However, this could be changed using strain local resources in the future.
      FritzFlorian committed
    • Add prototype support for other, strain_local resources. · 6394b203
      The strain_local resources can be used to get unique IDs for resources that would, in a serial execution, only be used once in the call chain. This is a first prototype implementation and needs further tesitng. The current implementation adds linear overhead to each steal proportional to the number of used  resources. We might be able to reduce it, but for a first version it is fine.
      FritzFlorian committed
  6. 29 May, 2020 1 commit
  7. 27 May, 2020 1 commit
  8. 26 May, 2020 1 commit
  9. 19 May, 2020 1 commit
  10. 17 May, 2020 1 commit
  11. 16 May, 2020 1 commit
  12. 23 Apr, 2020 1 commit
  13. 26 Mar, 2020 1 commit
  14. 24 Mar, 2020 1 commit
  15. 18 Mar, 2020 1 commit
  16. 27 Jan, 2020 1 commit
    • WIP: First running version of stealing. · 22f4c598
      The project is currently really messy and there are sporadic sigsevs. This indicates that we still have a race in our code. Thread Sanitizer does not work with our current implementation, as it needs annotations for fibers.
      
      The next step is to clean up the project and maybe add thread sanitizer support to our fiber implementation. This should help finding the remaining bugs.
      FritzFlorian committed
  17. 26 Jan, 2020 1 commit
  18. 24 Jan, 2020 1 commit
  19. 23 Jan, 2020 1 commit
  20. 07 Nov, 2019 1 commit
  21. 05 Nov, 2019 1 commit
    • WIP: re-work static memory allocation for scheduler. · 693d4e9b
      We changed how the memory is allocated from passing char* buffers to then store objects into to creating 'fat objects' for all scheduler state. This eases development for us, as we can make changes to data structures without too much effort (e.g. add a second array to manage tasks if required).
      FritzFlorian committed
  22. 16 Sep, 2019 1 commit
  23. 02 Sep, 2019 1 commit
  24. 18 Jun, 2019 1 commit
  25. 11 Jun, 2019 1 commit
  26. 10 Jun, 2019 1 commit
  27. 07 Jun, 2019 1 commit
  28. 06 Jun, 2019 2 commits
  29. 05 Jun, 2019 1 commit
  30. 04 Jun, 2019 2 commits
  31. 17 Apr, 2019 1 commit
  32. 11 Apr, 2019 1 commit
  33. 09 Apr, 2019 1 commit
  34. 05 Apr, 2019 2 commits
  35. 04 Apr, 2019 1 commit
  36. 02 Apr, 2019 1 commit