Discussion:
Array accesses are boring
(too old to reply)
John R Levine
2024-03-06 15:42:01 UTC
Permalink
They instrumented a large set of Java benchmarks to look at the array
accesses, over 3 billion of them in total. The majority fell into five
simple access patterns. See the pictures on page 8 of the PDF.

https://arxiv.org/abs/2403.02416

Regards,
John Levine, ***@taugh.com, Taughannock Networks, Trumansburg NY
Please consider the environment before reading this e-mail. https://jl.ly
Florian Weimer
2024-03-15 20:50:13 UTC
Permalink
Post by John R Levine
They instrumented a large set of Java benchmarks to look at the array
accesses, over 3 billion of them in total. The majority fell into five
simple access patterns. See the pictures on page 8 of the PDF.
https://arxiv.org/abs/2403.02416
It's strange that they observed array lengths changing at the JVM
bytecode level. That shouldn't happen.
[Different sizes on different calls to the routine? -John]

Loading...