diff options
| author | Luke Wagner <luke@mozilla.com> | 2015-08-04 09:02:31 -1000 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2015-08-12 08:23:30 -1000 |
| commit | 0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0 (patch) | |
| tree | bd5c34722418d06b44762d3fad7727354726f62f /Nondeterminism.md | |
| parent | 87c01bd0840c08aba4f233985194b1070660d592 (diff) | |
| download | nanowasm-design-0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0.tar.gz | |
Clarify, rename, and FAQ memory allocation
Diffstat (limited to 'Nondeterminism.md')
| -rw-r--r-- | Nondeterminism.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Nondeterminism.md b/Nondeterminism.md index e3296cb..7685216 100644 --- a/Nondeterminism.md +++ b/Nondeterminism.md @@ -31,6 +31,7 @@ currently admits nondeterminism: nondeterministic. * Out of bounds heap accesses *may* want [some flexibility](AstSemantics.md#out-of-bounds) + * The [`page_size` global constant](AstSemantics.md#resizing) * NaN bit patterns in floating point [operations](AstSemantics.md#floating-point-operations) and [conversions](AstSemantics.md#datatype-conversions-truncations-reinterpretations-promotions-and-demotions) |
