FFI: Update docs on compiler limitations.
This commit is contained in:
parent
cf8a5bea89
commit
b608891d7b
@ -1221,13 +1221,12 @@ The following operations are currently not compiled and may exhibit
|
|||||||
suboptimal performance, especially when used in inner loops:
|
suboptimal performance, especially when used in inner loops:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Bitfield accesses and initializations.</li>
|
|
||||||
<li>Vector operations.</li>
|
<li>Vector operations.</li>
|
||||||
<li>Table initializers.</li>
|
<li>Table initializers.</li>
|
||||||
<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
|
<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
|
||||||
<li>Non-default initialization of VLA/VLS or large C types
|
<li>Non-default initialization of VLA/VLS or large C types
|
||||||
(> 128 bytes or > 16 array elements.</li>
|
(> 128 bytes or > 16 array elements.</li>
|
||||||
<li>Conversions from lightuserdata to <tt>void *</tt>.</li>
|
<li>Bitfield initializations.</li>
|
||||||
<li>Pointer differences for element sizes that are not a power of
|
<li>Pointer differences for element sizes that are not a power of
|
||||||
two.</li>
|
two.</li>
|
||||||
<li>Calls to C functions with aggregates passed or returned by
|
<li>Calls to C functions with aggregates passed or returned by
|
||||||
|
Loading…
Reference in New Issue
Block a user