From 26dfab5dcf0aa38c7d214cd2fd1f8fb2265882f7 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 11 Jun 2015 21:12:13 +0200 Subject: JS == not fast. --- EssentialPostMVPFeatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EssentialPostMVPFeatures.md') 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 -- cgit v1.2.3