Y
Hacker News
new
|
ask
|
show
|
jobs
by
bremac
882 days ago
Unfortunately, unless the JIT can prove that the address you are accessing via the segment is non-negative, it can't elide the bounds check. See
https://mail.openjdk.org/pipermail/panama-dev/2023-July/0194...
for a bit more information.