Skip to content

Version 1.1.0 (Nov 01, 2020)

Compare
Choose a tag to compare
@svalat svalat released this 01 Nov 21:57
· 41 commits to master since this release
  • Now handle local/remote MCDRAM access instead of just MCDRAM.
  • Add instruction cache to go faster
  • Add a TLB cache to avoid walking in page table for every access.
  • Optionnaly handle access per batch, this provide a speed up of a factor 2 but loose in precision.
  • Add cache simulation with a simple L1 per thread model with LRU replacement policy. Disabled by default.
  • Total rewrite of the ./configure infrastructure to be more reusable in other projects.
  • Move GUI server to python3.
  • Support version 3.16 of pintool.