diff options
| author | Mike Pall <mike> | 2020-07-12 15:16:09 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2020-07-12 15:16:23 +0200 |
| commit | 60ac12ed6fd612c84359d50ef3ceb3cfc85f7045 (patch) | |
| tree | bb7aa9fb15703fe30dc17b25b1e85bf0a89fa8af /doc/ext_ffi_semantics.html | |
| parent | 6097795367db86cd01ec9dccd13f8bffc16df580 (diff) | |
| parent | 7eb96843ff9d4bed019e8cd7c17727557e39e89c (diff) | |
| download | luajit-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.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> |
