aboutsummaryrefslogtreecommitdiff
path: root/Nondeterminism.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-08-04 09:02:31 -1000
committerLuke Wagner <luke@mozilla.com>2015-08-12 08:23:30 -1000
commit0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0 (patch)
treebd5c34722418d06b44762d3fad7727354726f62f /Nondeterminism.md
parent87c01bd0840c08aba4f233985194b1070660d592 (diff)
downloadnanowasm-design-0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0.tar.gz
Clarify, rename, and FAQ memory allocation
Diffstat (limited to 'Nondeterminism.md')
-rw-r--r--Nondeterminism.md1
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)