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
We shouldn't be using classes to dispatch AnyArrayBuffer anymore. Those other facilities create one vtable per type per thread. Probably there's a once-init strategy that eliminates the per-thread thing.
The text was updated successfully, but these errors were encountered:
We shouldn't be using classes to dispatch
AnyArrayBuffer
anymore. Those other facilities create one vtable per type per thread. Probably there's a once-init strategy that eliminates the per-thread thing.The text was updated successfully, but these errors were encountered: