Processor support for select operations
Paul Elschot
paul.j.elschot at gmail.com
Tue Nov 11 18:16:13 UTC 2014
On 11-11-14 14:47, Vitaly Davidovich wrote:
> Have you tried doing the array access via Unsafe? It's not clear from
> the citation what exactly is the issue with java array access, but I'm
> assuming it's the range checks.
I have not tried that, it would probably not be acceptable for Lucene.
A little masking might be enough to enforce the ranges, see the code in
my other reply.
Regards,
Paul Elschot
More information about the hotspot-compiler-dev
mailing list