From 635371c212a2d344df2aff80506ea51afdd065ef Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 11 Nov 2011 22:10:31 +0100 Subject: FFI: Add unwind definitions for lj_vm_ffi_call. Adds exception interoperability for C/C++ functions called via FFI from the interpreter. --- doc/ext_ffi_semantics.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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:
  • Callbacks from C code to Lua functions.
  • Passing structs by value to vararg C functions.
  • C++ exception interoperability -does not extend to C functions called via the FFI.
  • +does not extend to C functions called via the FFI, if the call is +compiled.
    -- cgit v1.2.3-55-g6feb