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
Currently, the WRAP ABI structure has a lot of redundant data. This is because the nested redundant data is useful when generating code, but is unneeded elsewhere.
We should optimize the ABI structure to ensure that it serializes to as small of a size as possible.
Currently, the WRAP ABI structure has a lot of redundant data. This is because the nested redundant data is useful when generating code, but is unneeded elsewhere.
We should optimize the ABI structure to ensure that it serializes to as small of a size as possible.
Example Optimization
Optimized:
Original:
NOTE: we can add back this redundant data using transformations, that way our codegen string templates do not need to be changed.
The text was updated successfully, but these errors were encountered: