From f1f7e403182c891a356ce8813417820af19a778b Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 24 May 2013 00:45:44 +0200 Subject: FFI: Compile VLA/VLS and large cdata allocs with default initialization. --- doc/ext_ffi_semantics.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 15c9a6db..6f84533c 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -1219,9 +1219,8 @@ suboptimal performance, especially when used in inner loops:
  • Vector operations.
  • Table initializers.
  • Initialization of nested struct/union types.
  • -
  • Allocations of variable-length arrays or structs.
  • -
  • Allocations of C types with a size > 128 bytes or an -alignment > 8 bytes.
  • +
  • Non-default initialization of VLA/VLS or large C types +(> 128 bytes or > 16 array elements.
  • Conversions from lightuserdata to void *.
  • Pointer differences for element sizes that are not a power of two.
  • -- cgit v1.2.3-55-g6feb