aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostMVPFeatures.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-11 21:12:13 +0200
committerJF Bastien <jfb@chromium.org>2015-06-11 21:12:13 +0200
commit26dfab5dcf0aa38c7d214cd2fd1f8fb2265882f7 (patch)
tree76ea17410e54ee4c9db3cebf375f0fb3d232c5e0 /EssentialPostMVPFeatures.md
parentd4b10d2fb103ab377efbba770eafc183db745a64 (diff)
downloadnanowasm-design-26dfab5dcf0aa38c7d214cd2fd1f8fb2265882f7.tar.gz
JS == not fast.
Diffstat (limited to 'EssentialPostMVPFeatures.md')
-rw-r--r--EssentialPostMVPFeatures.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md
index 08010e9..3cc06de 100644
--- a/EssentialPostMVPFeatures.md
+++ b/EssentialPostMVPFeatures.md
@@ -45,8 +45,8 @@ modes for C++:
* Compiler transforms `throw` to `abort()`.
* Compiler-enforced `-fno-exceptions` mode (note [caveats][]).
* Compiler conversion of exceptions to branching at all callsites.
-* In a Web environment, exception handling can be emulated using JavaScript
- exception handling.
+* In a Web environment exception handling can be emulated using JavaScript
+ exception handling, which can provide correct semantics but isn't fast.
These modes are unfortunate for code bases which rely on C++ exception handling,
but are perfectly acceptable for C code, or for C++ code which avoids