We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110eb6e commit f7b29a6Copy full SHA for f7b29a6
design/mvp/CanonicalABI.md
@@ -269,7 +269,7 @@ that are used in preference to growing the table. The free list is represented
269
as a Python list here, but an optimizing implementation could instead store the
270
free list in the free elements of `array`.
271
272
-The limit of `2**30` ensures that the high 2 bits of table indices are unset
+The limit of `2**28` ensures that the high 2 bits of table indices are unset
273
and available for other use in guest code (e.g., for tagging, packed words or
274
sentinel values).
275
0 commit comments