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
As mentioned in !65, the metadata is always stored as const typename BasicTraits::meta* in the memory layout of proxy. It can be replaced with const typename BasicTraits::meta when the metadata is small enough to improve addressing of vtable.
The text was updated successfully, but these errors were encountered:
As mentioned in !65, the metadata is always stored as
const typename BasicTraits::meta*
in the memory layout ofproxy
. It can be replaced withconst typename BasicTraits::meta
when the metadata is small enough to improve addressing of vtable.The text was updated successfully, but these errors were encountered: