summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2012-07-04 21:14:37 +0200
committerMike Pall <mike>2012-07-04 21:15:15 +0200
commitbd782cedd5079a49e30310837c899e98ce11c95c (patch)
tree2d32558ccf28fdb90897922f29844e06e08f6dbe /doc
parentc22d698e17e4f73ee8a146248c49b6dce10d3b74 (diff)
downloadluajit-bd782cedd5079a49e30310837c899e98ce11c95c.tar.gz
luajit-bd782cedd5079a49e30310837c899e98ce11c95c.tar.bz2
luajit-bd782cedd5079a49e30310837c899e98ce11c95c.zip
Bump some limits to accomodate SINK pass.
Diffstat (limited to 'doc')
-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 d0613aed..ed32d23f 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -1130,7 +1130,7 @@ suboptimal performance, especially when used in inner loops:
1130<li>Table initializers.</li> 1130<li>Table initializers.</li>
1131<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li> 1131<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
1132<li>Allocations of variable-length arrays or structs.</li> 1132<li>Allocations of variable-length arrays or structs.</li>
1133<li>Allocations of C&nbsp;types with a size &gt; 64&nbsp;bytes or an 1133<li>Allocations of C&nbsp;types with a size &gt; 128&nbsp;bytes or an
1134alignment &gt; 8&nbsp;bytes.</li> 1134alignment &gt; 8&nbsp;bytes.</li>
1135<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li> 1135<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li>
1136<li>Pointer differences for element sizes that are not a power of 1136<li>Pointer differences for element sizes that are not a power of