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
The TR_RelocationRecordBinaryTemplate and related types are used to write data into a buffer that is stored into the SCC. This data is used at AOT load time to materialize the new value for relocation. Prior to #11235, this data was written into the buffer using raw pointer manipulation. However, since this will no longer be the case, requiring fields in the various templates to be UDATA, as well as fields such as
The
TR_RelocationRecordBinaryTemplate
and related types are used to write data into a buffer that is stored into the SCC. This data is used at AOT load time to materialize the new value for relocation. Prior to #11235, this data was written into the buffer using raw pointer manipulation. However, since this will no longer be the case, requiring fields in the various templates to be UDATA, as well as fields such asare no longer needed. The templates should be cleaned up to use types that better represent the data in each field.
The text was updated successfully, but these errors were encountered: