Skip to content

Commit 935c478

Browse files
authored
Remove mention of flags >32 (#515)
1 parent 2c2c232 commit 935c478

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,8 +1618,7 @@ def max_case_alignment(cases):
16181618
```
16191619

16201620
As an optimization, `flags` are represented as packed bit-vectors. Like variant
1621-
discriminants, `flags` use the smallest integer that fits all the bits, falling
1622-
back to sequences of `i32`s when there are more than 32 flags.
1621+
discriminants, `flags` use the smallest integer that fits all the bits.
16231622
```python
16241623
def alignment_flags(labels):
16251624
n = len(labels)

0 commit comments

Comments
 (0)