diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
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 types with a size > 64 bytes or an | 1133 | <li>Allocations of C types with a size > 128 bytes or an |
1134 | alignment > 8 bytes.</li> | 1134 | alignment > 8 bytes.</li> |
1135 | <li>Conversions from lightuserdata to <tt>void *</tt>.</li> | 1135 | <li>Conversions from lightuserdata to <tt>void *</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 |