diff options
Diffstat (limited to 'doc/ext_ffi_semantics.html')
-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 3444b8fb..5415787d 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -1219,7 +1219,7 @@ suboptimal performance, especially when used in inner loops: | |||
1219 | <li>Table initializers.</li> | 1219 | <li>Table initializers.</li> |
1220 | <li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li> | 1220 | <li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li> |
1221 | <li>Non-default initialization of VLA/VLS or large C types | 1221 | <li>Non-default initialization of VLA/VLS or large C types |
1222 | (> 128 bytes or > 16 array elements.</li> | 1222 | (> 128 bytes or > 16 array elements).</li> |
1223 | <li>Bitfield initializations.</li> | 1223 | <li>Bitfield initializations.</li> |
1224 | <li>Pointer differences for element sizes that are not a power of | 1224 | <li>Pointer differences for element sizes that are not a power of |
1225 | two.</li> | 1225 | two.</li> |