aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-08-12 15:17:22 -1000
committerLuke Wagner <luke@mozilla.com>2015-08-12 15:17:22 -1000
commit83d1f09542cf643db9bc47acddc990bd09490ea6 (patch)
treeec365be00f5064e098ed91e0c3df8b5628821041 /FAQ.md
parent6f691e94f1053f0e2d5378d9b6cd756db3de4838 (diff)
downloadnanowasm-design-83d1f09542cf643db9bc47acddc990bd09490ea6.tar.gz
Remove the useful anecdotes
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/FAQ.md b/FAQ.md
index 9ee4ed7..d5603ad 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -256,9 +256,6 @@ omission is:
* This interleaving with unrelated allocations does not currently admit
efficient security checks to prevent one module from corrupting data outside
its heap (see discussion in [#285](https://github.com/WebAssembly/design/pull/285)).
- * This interleaving would require making allocation nondeterministic.
- Nondeterminism is something that WebAssemgly generally
- [tries to avoid](Nondeterminism.md) and history has clear examples of
- memory allocator almost-determinism leading to real-world bustage
- ([[1](https://technet.microsoft.com/en-us/magazine/ff625273.aspx)],
- [[2](http://lxr.free-electrons.com/source/include/linux/personality.h?v=3.2#L31)]).
+ * This interleaving would require making allocation nondeterministic and
+ nondeterminism is something that WebAssemgly generally
+ [tries to avoid](Nondeterminism.md).