Skip to content
Snippets Groups Projects
  1. Jan 17, 2016
  2. Jan 16, 2016
    • John Kessenich's avatar
      Memory/Perf: For link-mode, isolate file I/O so API can be looped over. · c57b2a97
      John Kessenich authored
      Separating file I/O from compile/link lets the compile/link be done
      repeatedly in a loop for testing and measuring of performance and
      memory footprint, including seeing memory growth over time for
      functional-level memory-leak testing.
      
      While the older compile-only mode already had this functionality,
      and typically showed no memory leaks, SPIR-V uses the link path,
      has pending "TODO" for memory freeing, and this shows several
      kilobytes of leaking per compile-link. Most likely, pending
      merge request 131 will address much of this.
      c57b2a97
  3. Jan 15, 2016
  4. Jan 14, 2016
  5. Jan 12, 2016
  6. Jan 06, 2016
  7. Jan 05, 2016
  8. Dec 30, 2015
  9. Dec 24, 2015
  10. Dec 22, 2015
  11. Dec 21, 2015
  12. Dec 20, 2015
  13. Dec 19, 2015
  14. Dec 16, 2015
  15. Dec 15, 2015
  16. Dec 14, 2015
  17. Dec 13, 2015
Loading