1. 19 May, 2020 1 commit
  2. 17 May, 2020 1 commit
  3. 16 May, 2020 1 commit
  4. 23 Apr, 2020 1 commit
  5. 26 Mar, 2020 1 commit
  6. 24 Mar, 2020 1 commit
  7. 18 Mar, 2020 1 commit
  8. 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
  9. 26 Jan, 2020 1 commit
  10. 24 Jan, 2020 1 commit
  11. 23 Jan, 2020 1 commit
  12. 07 Nov, 2019 1 commit
  13. 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
  14. 16 Sep, 2019 1 commit
  15. 02 Sep, 2019 1 commit
  16. 18 Jun, 2019 1 commit
  17. 11 Jun, 2019 1 commit
  18. 10 Jun, 2019 1 commit
  19. 07 Jun, 2019 1 commit
  20. 06 Jun, 2019 2 commits
  21. 05 Jun, 2019 1 commit
  22. 04 Jun, 2019 2 commits
  23. 17 Apr, 2019 1 commit
  24. 11 Apr, 2019 1 commit
  25. 09 Apr, 2019 1 commit
  26. 05 Apr, 2019 2 commits
  27. 04 Apr, 2019 1 commit
  28. 02 Apr, 2019 1 commit
  29. 01 Apr, 2019 1 commit
  30. 29 Mar, 2019 1 commit
  31. 27 Mar, 2019 1 commit
  32. 26 Mar, 2019 1 commit
  33. 25 Mar, 2019 1 commit
  34. 22 Mar, 2019 2 commits