GWT fast vs slow path
Mark Roos
mroos at roos.com
Thu Aug 11 14:39:29 PDT 2011
I was wondering what the expected differences are in the usage of these
two paths. The names imply something
but I find it confusing.
In my use case ( in line cache) one of the paths is directly into a method
handle to invoke and the other goes to
either another GWT or the lookup. Both should be fast up to the lookup
which could be slower. I would also like to
see the optimizer reduce chains of GWTs or at least reorder them.
So is there a difference I should be aware of? Right now I put the chain
of GWTs into the slow path.
thanks
mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110811/6759e2c3/attachment.html
More information about the mlvm-dev
mailing list