polytracker icon indicating copy to clipboard operation
polytracker copied to clipboard

mmap on Mac M1 is super slow!

Open hbrodin opened this issue 4 years ago • 0 comments

Create a tiny program

int main() { return 0; }

If instrumented with polytracker it still takes a long time to run (15 secs?) If I run

strace ./a.out

I can see that the mmap with the huge size (mmap_taint_forest) takes all the time. This is not the case when running on the X86 Mac.

hbrodin avatar Oct 20 '21 13:10 hbrodin