I am doing some performance tests on the JVM
, and I would like to measure the impact of intrinsics usage.
I would like to disable the JIT
use of intrinsics for some methods without going into the interpreted mode. Is there a way to do that ? Thank you