]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
FFI: Update docs on compiler limitations.
authorMike Pall <mike>
Sun, 30 Apr 2017 22:00:33 +0000 (00:00 +0200)
committerMike Pall <mike>
Sun, 30 Apr 2017 22:00:33 +0000 (00:00 +0200)
doc/ext_ffi_semantics.html

index bba03b7b43b1404c435c0f27436f97b0d7df1b44..800b6b18a0e193a485c0e06f2a1d905d331061ed 100644 (file)
@@ -1221,13 +1221,12 @@ The following operations are currently not compiled and may exhibit
 suboptimal performance, especially when used in inner loops:
 </p>
 <ul>
-<li>Bitfield accesses and initializations.</li>
 <li>Vector operations.</li>
 <li>Table initializers.</li>
 <li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
 <li>Non-default initialization of VLA/VLS or large C&nbsp;types
 (&gt; 128&nbsp;bytes or &gt; 16 array elements.</li>
-<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li>
+<li>Bitfield initializations.</li>
 <li>Pointer differences for element sizes that are not a power of
 two.</li>
 <li>Calls to C&nbsp;functions with aggregates passed or returned by