What can we improve in JSR292 for Java 9?
Mark Roos
mroos at roos.com
Thu Feb 26 01:09:42 UTC 2015
I would like to see some form of PIC (polymorphic inline cache ) support
that
jits (inlines) well and transitions from mono to bi to multi(4,5) to mega
nicely.
The main thought would be to inline two or three with some way to reopt
as the types/counters change.
Of course my types are not java classes but are carried as a reference in
a local var slot, so optimizing the test would be good.
regards
mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20150225/c08e043f/attachment.html>
More information about the mlvm-dev
mailing list