As the name says:
I remember that in some C compilers (such as GCC) we can give a hint to the compiler about the likely results of branch prediction. Does the JVM have such a function?
Thank!
If there is no new annotation that has eluded me, no.
, , . , , , C/++, "" , , , , : JVM .
, jvm .
, Java :
Why is a sorted array faster to process than an unsorted array?