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
Previously, we visited either strings or bytes so that the visitor had
to handle both cases. With this change, we always visit strings so that
the bytes visitor function can be optimized out. This significantly
reduces binary size.
0 commit comments