Is there way to write inline assembly or otherwise emit the rdpmc instruction?
There are some simple TLB/cache performance experiments I want to run. Julia seems as good as C for this, except that I want to be able to look at perf counters and probably the TSC, too, and I can't find documentation on how to do this. Thanks, Dan
