1. 09 Feb, 2020 1 commit
  2. 05 Feb, 2020 1 commit
  3. 30 Jan, 2020 1 commit
  4. 29 Jan, 2020 1 commit
    • WIP: Add simple external trading deque test. · 2adb2d16
      The current version has race conditions and is hard to debug (especially because of the fibers, if a wrong thread executes on a fiber we get segfalts very fast). To combat this mess we now refactor the code bit by bit while also adding tests where it can be done with reasonably effort).
      FritzFlorian committed
  5. 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
  6. 26 Jan, 2020 1 commit
  7. 24 Jan, 2020 2 commits
  8. 23 Jan, 2020 1 commit
  9. 05 Dec, 2019 1 commit
  10. 27 Nov, 2019 1 commit
  11. 19 Nov, 2019 1 commit
  12. 07 Nov, 2019 1 commit
  13. 06 Nov, 2019 2 commits
  14. 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
  15. 02 Oct, 2019 1 commit
    • Add deconstructor calls to tasks. · 5bc35f9e
      Our stack is not calling deconstructors of its elements. This is problematic for e.g. the graph implementation where reference counted images are hold in tasks. To solve this for now we manually call the deconstructor after each tasks (we do so, because a generic, virtual deconstructor adds runtime costs to primitive tasks, requiring us to re-run all benchmarks; with this change we do not need to do this and as we re-work the scheduler anyways we postpone a clean implementation for then).
      FritzFlorian committed
  16. 02 Sep, 2019 1 commit
  17. 01 Aug, 2019 1 commit
  18. 18 Jun, 2019 1 commit
  19. 12 Jun, 2019 1 commit
  20. 11 Jun, 2019 1 commit
  21. 10 Jun, 2019 1 commit
  22. 07 Jun, 2019 1 commit
  23. 06 Jun, 2019 2 commits
  24. 05 Jun, 2019 2 commits
  25. 04 Jun, 2019 2 commits