summaryrefslogtreecommitdiff
path: root/doc/ext_ffi_semantics.html
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/ext_ffi_semantics.html
parentc22d698e17e4f73ee8a146248c49b6dce10d3b74 (diff)
downloadluajit2-bd782cedd5079a49e30310837c899e98ce11c95c.tar.gz
Bump some limits to accomodate SINK pass.
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 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:
<li>Table initializers.</li>
<li>Initialization of nested <tt>struct</tt>/<tt>union</tt> types.</li>
<li>Allocations of variable-length arrays or structs.</li>
-<li>Allocations of C&nbsp;types with a size &gt; 64&nbsp;bytes or an
+<li>Allocations of C&nbsp;types with a size &gt; 128&nbsp;bytes or an
alignment &gt; 8&nbsp;bytes.</li>
<li>Conversions from lightuserdata to <tt>void&nbsp;*</tt>.</li>
<li>Pointer differences for element sizes that are not a power of