From 7d3a6995fae154bb95cae5e9404b5fb348a35adb Mon Sep 17 00:00:00 2001 From: titzer Date: Thu, 18 Jun 2015 19:11:25 -0700 Subject: Update AstSemantics.md --- AstSemantics.md | 4 ++-- 1 file 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. -- cgit v1.2.3