From bd782cedd5079a49e30310837c899e98ce11c95c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 4 Jul 2012 21:14:37 +0200 Subject: Bump some limits to accomodate SINK pass. --- doc/ext_ffi_semantics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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:
  • Table initializers.
  • Initialization of nested struct/union types.
  • Allocations of variable-length arrays or structs.
  • -
  • Allocations of C types with a size > 64 bytes or an +
  • Allocations of C types with a size > 128 bytes or an alignment > 8 bytes.
  • Conversions from lightuserdata to void *.
  • Pointer differences for element sizes that are not a power of -- cgit v1.2.3-55-g6feb