aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2015-06-18 19:11:25 -0700
committertitzer <titzer@google.com>2015-06-18 19:11:25 -0700
commit7d3a6995fae154bb95cae5e9404b5fb348a35adb (patch)
tree4a41a8e05260ecb4384c062e5e426459f15beb76
parentbddf5922159ebda67bac808c601556689d0790ad (diff)
downloadnanowasm-design-7d3a6995fae154bb95cae5e9404b5fb348a35adb.tar.gz
Update AstSemantics.md
-rw-r--r--AstSemantics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index 36999e2..30a56f0 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -200,8 +200,8 @@ is why it isn't the specified default.)
### Out of bounds
-The ideal semantics is for out-of-bounds accesses to trap, but the performance
-implications and ability to polyfill to JS are not yet fully clear.
+The ideal semantics is for out-of-bounds accesses to trap, but the
+implications are not yet fully clear.
There are several possible variations on this design being discussed and
experimented with. More measurement is required to understand the associated tradeoffs.