aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ext_ffi_semantics.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index 15c9a6db..6f84533c 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -1219,9 +1219,8 @@ suboptimal performance, especially when used in inner loops:
1219<li>Vector operations.</li> 1219<li>Vector operations.</li>
1220<li>Table initializers.</li> 1220<li>Table initializers.</li>
1221<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li> 1221<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
1222<li>Allocations of variable-length arrays or structs.</li> 1222<li>Non-default initialization of VLA/VLS or large C&nbsp;types
1223<li>Allocations of C&nbsp;types with a size &gt; 128&nbsp;bytes or an 1223(&gt; 128&nbsp;bytes or &gt; 16 array elements.</li>
1224alignment &gt; 8&nbsp;bytes.</li>
1225<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li> 1224<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li>
1226<li>Pointer differences for element sizes that are not a power of 1225<li>Pointer differences for element sizes that are not a power of
1227two.</li> 1226two.</li>