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
Problem:
- When logging runtime arguments whose total size is less than 2
`std::uint32_t`s, the mipi builder uses the `log_by_args` path, despite the
fact that packing the arguments according to the mipi spec means they could
use much more space.
Solution:
- Calculate the size based on the packed space, not the original argument size.
0 commit comments