1. 08 Aug, 2016 1 commit
    • Marius Wachtler's avatar
      runtime ICs: use mmap instead of malloc for executable code · 5cae67fb
      Marius Wachtler authored
      we should not execute memory which got allocated using malloc
      (crashes a lot of memory inspection tools and also the windows subsystem for linux)
      I replaced it with a trivial mmap allocator which never unmaps the memory
      (but reuses the memory if a runtime ICs gets deleted)
      I think this is fine for now:
      - there are <100 runtime ICs used per test
      - because all runtime ICs have the same size there is no problem with fragmentation
      5cae67fb
  2. 05 Aug, 2016 4 commits
  3. 04 Aug, 2016 4 commits
  4. 03 Aug, 2016 2 commits
  5. 02 Aug, 2016 8 commits
  6. 01 Aug, 2016 2 commits
  7. 31 Jul, 2016 1 commit
  8. 30 Jul, 2016 1 commit
  9. 29 Jul, 2016 2 commits
  10. 27 Jul, 2016 1 commit
  11. 26 Jul, 2016 1 commit
  12. 25 Jul, 2016 1 commit
  13. 22 Jul, 2016 1 commit
  14. 21 Jul, 2016 4 commits
  15. 20 Jul, 2016 7 commits