You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MethodHandleFacade allows Slinc to call invoke on method handles. Right now, Slinc tries to call the specialized versions created by the generator, followed by a specific arity, followed by a variadic call. The variadic call is the worst case performance. Right now only up to arity 4 is defined for MethodHandleFacade. Add instances for up to arity 22.