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
When we do an 'as' operation to build a new obj with a different-shaped vtbl, we currently use a vtbl full of forwarding functions (to make the cast constant-time). The forwarding functions (if we continue to use them) should end in tali-calls, not normal calls. Same as with closure helpers.