From b608891d7b2d4754932176a2e32208c8f5663337 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Mon, 1 May 2017 00:00:33 +0200
Subject: [PATCH] FFI: Update docs on compiler limitations.
---
doc/ext_ffi_semantics.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index bba03b7b..800b6b18 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -1221,13 +1221,12 @@ The following operations are currently not compiled and may exhibit
suboptimal performance, especially when used in inner loops:
-- Bitfield accesses and initializations.
- Vector operations.
- Table initializers.
- Initialization of nested struct/union types.
- Non-default initialization of VLA/VLS or large C types
(> 128 bytes or > 16 array elements.
-- Conversions from lightuserdata to void *.
+- Bitfield initializations.
- Pointer differences for element sizes that are not a power of
two.
- Calls to C functions with aggregates passed or returned by