diff options
author | Mike Pall <mike> | 2011-11-11 22:10:31 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-11-12 01:16:10 +0100 |
commit | 635371c212a2d344df2aff80506ea51afdd065ef (patch) | |
tree | a26a06fb3384366b8e6a036c4e6cdcd11ebd36ec /doc | |
parent | 0123e4fc895f4a52422dff05a29596e389b4749c (diff) | |
download | luajit-635371c212a2d344df2aff80506ea51afdd065ef.tar.gz luajit-635371c212a2d344df2aff80506ea51afdd065ef.tar.bz2 luajit-635371c212a2d344df2aff80506ea51afdd065ef.zip |
FFI: Add unwind definitions for lj_vm_ffi_call.
Adds exception interoperability for C/C++ functions called via FFI
from the interpreter.
Diffstat (limited to '')
-rw-r--r-- | doc/ext_ffi_semantics.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index b8c839c2..79f25510 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -1005,7 +1005,8 @@ Other missing features: | |||
1005 | <li>Callbacks from C code to Lua functions.</li> | 1005 | <li>Callbacks from C code to Lua functions.</li> |
1006 | <li>Passing structs by value to vararg C functions.</li> | 1006 | <li>Passing structs by value to vararg C functions.</li> |
1007 | <li><a href="extensions.html#exceptions">C++ exception interoperability</a> | 1007 | <li><a href="extensions.html#exceptions">C++ exception interoperability</a> |
1008 | does not extend to C functions called via the FFI.</li> | 1008 | does not extend to C functions called via the FFI, if the call is |
1009 | compiled.</li> | ||
1009 | </ul> | 1010 | </ul> |
1010 | <br class="flush"> | 1011 | <br class="flush"> |
1011 | </div> | 1012 | </div> |