On Thu, May 19, 2011 at 4:55 PM, John Rose <[email protected]> wrote: > The last MH.invoke in my sketch could also be the indy instruction, with the > preceding stuff executed in the BSM. > > The basic idea is to package the wrapping logic in a target-independent form, > and bind it (pre-packaged) to each call site's unwrapped target MH, as return > new MutableCallSite(invoker.bindTo(targetMH)). > > I *think* this would inline OK. And it might be a somewhat more modular way > to express your problem, since you wouldn't need to introduce the final > target MH until the last moment.
Hmm, ok. I'll see if I can't rig this. Might not be able to see proper inlining with current MLVM head, but I'll try to at least put something together. - Charlie _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
