]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Update docs about exception handling.
authorMike Pall <mike>
Wed, 20 Jan 2010 11:24:56 +0000 (12:24 +0100)
committerMike Pall <mike>
Wed, 20 Jan 2010 11:24:56 +0000 (12:24 +0100)
doc/api.html

index 930cbed2642c9de499f79ab0659bb78c2292555b..af438ad2cb2faf2ccbec88fe9ae569d7f6e572b5 100644 (file)
@@ -318,11 +318,11 @@ exceptions. If you're embedding LuaJIT into an application, only
 enable it <b>after</b> running <tt>luaL_openlibs</tt>.
 </p>
 <p>
-LuaJIT already intercepts exception handling for systems using
-DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism
-and always enabled. You don't need to use any wrapper functions,
-except when you want to get a more specific error message than
-<tt>"C++&nbsp;exception"</tt>.
+LuaJIT already intercepts exception handling for all x64 systems and
+for x86 systems using DWARF2 stack unwinding (e.g. Linux, OSX). This
+is a zero-cost mechanism and always enabled. You don't need to use any
+wrapper functions, except when you want to get a more specific error
+message than <tt>"C++&nbsp;exception"</tt>.
 </p>
 <br class="flush">
 </div>