Created by: kharbutli
Adds a microbenchmark to test the newly added LLC miss analyzer.
Issue #3203 (closed)
Activity
requested review from @derekbruening
- Last updated by Administrator
Please register or sign in to reply
Created by: kharbutli
Adds a microbenchmark to test the newly added LLC miss analyzer.
Issue #3203 (closed)
requested review from @derekbruening
approved this merge request
I saw your commit "Remove anything related to C++11 from the benchmark": we do support C++11 -- we pass -std=c++11 by default. Xref the flags being stripped for targets linked with DR (search "c++11" in clients/drcachesim/CMakeLists.txt), but that shouldn't happen for this target.
Created by: kharbutli
It seems -std=c++11 was not being passed when compiling the benchmark. I got errors complaining about vector, constexpr, and uint8_t although the correct header files were included. I will just keep it this way for now.
Merged by: kharbutli at 2018-10-19 05:55:41 UTC
closed
Hmm, maybe the flags end up stripped for all targets.