aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_ffi_semantics.html
diff options
context:
space:
mode:
authorMike Pall <mike>2020-07-12 15:16:09 +0200
committerMike Pall <mike>2020-07-12 15:16:23 +0200
commit60ac12ed6fd612c84359d50ef3ceb3cfc85f7045 (patch)
treebb7aa9fb15703fe30dc17b25b1e85bf0a89fa8af /doc/ext_ffi_semantics.html
parent6097795367db86cd01ec9dccd13f8bffc16df580 (diff)
parent7eb96843ff9d4bed019e8cd7c17727557e39e89c (diff)
downloadluajit-60ac12ed6fd612c84359d50ef3ceb3cfc85f7045.tar.gz
luajit-60ac12ed6fd612c84359d50ef3ceb3cfc85f7045.tar.bz2
luajit-60ac12ed6fd612c84359d50ef3ceb3cfc85f7045.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/ext_ffi_semantics.html')
-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 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&nbsp;types 1221<li>Non-default initialization of VLA/VLS or large C&nbsp;types
1222(&gt; 128&nbsp;bytes or &gt; 16 array elements.</li> 1222(&gt; 128&nbsp;bytes or &gt; 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
1225two.</li> 1225two.</li>