Other |
---|
repo-panamaUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
The var-handle based memory access API is currently slower than a plain Unsafe access. This seems to be caused by two factors: * the JIT has trouble in hoisting Scope liveness checks outside a loop * when addresses are non-constant (e.g. because memory is allocated and accessed inside a try-with-resources), it seems like bound checks are also not optimized.