aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ext_ffi_semantics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index d0613aed..ed32d23f 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -1130,7 +1130,7 @@ suboptimal performance, especially when used in inner loops:
1130<li>Table initializers.</li> 1130<li>Table initializers.</li>
1131<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li> 1131<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
1132<li>Allocations of variable-length arrays or structs.</li> 1132<li>Allocations of variable-length arrays or structs.</li>
1133<li>Allocations of C&nbsp;types with a size &gt; 64&nbsp;bytes or an 1133<li>Allocations of C&nbsp;types with a size &gt; 128&nbsp;bytes or an
1134alignment &gt; 8&nbsp;bytes.</li> 1134alignment &gt; 8&nbsp;bytes.</li>
1135<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li> 1135<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li>
1136<li>Pointer differences for element sizes that are not a power of 1136<li>Pointer differences for element sizes that are not a power of