Indy crash

Charles Oliver Nutter headius at headius.com
Wed Jun 15 12:55:41 PDT 2011


On Wed, Jun 15, 2011 at 2:42 PM, Rémi Forax <forax at univ-mlv.fr> wrote:
> You can use invokeWithArguments instead of invokeExact.

Yes, that helps, but I was under the impression that invokeExact would
do a better job inlining at least the early phases of the invocation
into the call site. That may ore may not matter for my inline-caching
paths, though, which are the only places I do direct MH invocation.

- Charlie


More information about the mlvm-dev mailing list