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
Time::HiRes.xs switch croak_xs_unimplemented() to cv_name(), less bloat
-I measured S_croak_xs_unimplemented() at 0x88 bytes of MSVC 2022 -O1 x64
machine code. The optimization probably isn't worth it if break even is
0x88/(7*3) = 6.47 unimpl stubs. Just use exported function cv_name(),
we don't need to perfectly match croak_xs_usage()'s text/logic.
0 commit comments