↧
iaca: manually specify start/stop address
Hi,This looks like a great tool!But unfortunately I can't use for the cases that I wanted to try it on. The problem is with source code annotations. One case is a pre-built binary and another case is a...
View Articleiaca: compiler messes with start/stop annotations
Hello,I've annotated my code as follows:void __tsan_read8(void *addr) { IACA_START; __asm__ __volatile__(""::: "memory"); MemoryRead(cur_thread(), CALLERPC, (uptr)addr, kSizeLog8); __asm__...
View Article