Bump some limits to accomodate SINK pass.

This commit is contained in:
Mike Pall
2012-07-04 21:14:37 +02:00
parent c22d698e17
commit bd782cedd5
3 changed files with 3 additions and 3 deletions

View File

@@ -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