move-language / move

Apache License 2.0
2.25k stars 683 forks source link

WIP (illustration only): re-add sizing for StructTag and Value #895

Closed oxade closed 1 year ago

oxade commented 1 year ago

Motivation

Need deterministic sizing logic for setting event size limits. Most of the logic here was pre-existing but moved into test before. Pending items are:

  1. Avoiding hand-rolliing struct sizes
  2. Decide how we want to size Boxed structures

    Have you read the Contributing Guidelines on pull requests?

Yes.

Test Plan

TBD