diff options
author | Mike Pall <mike> | 2012-10-09 21:50:09 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-10-09 21:51:30 +0200 |
commit | 4a97faef7ef7e9b12235adcb98e3e591b0db7122 (patch) | |
tree | 44c9e342de0a193c47bb8ad097926370dd9a4c8a /doc | |
parent | a7d1dbacb19c3e5d0c4888cdf59913693e4648b6 (diff) | |
download | luajit-4a97faef7ef7e9b12235adcb98e3e591b0db7122.tar.gz luajit-4a97faef7ef7e9b12235adcb98e3e591b0db7122.tar.bz2 luajit-4a97faef7ef7e9b12235adcb98e3e591b0db7122.zip |
FFI: Compile array/struct copies.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 498bbbb4..36c3be32 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -1140,7 +1140,6 @@ The following operations are currently not compiled and may exhibit | |||
1140 | suboptimal performance, especially when used in inner loops: | 1140 | suboptimal performance, especially when used in inner loops: |
1141 | </p> | 1141 | </p> |
1142 | <ul> | 1142 | <ul> |
1143 | <li>Array/<tt>struct</tt> copies and bulk initializations.</li> | ||
1144 | <li>Bitfield accesses and initializations.</li> | 1143 | <li>Bitfield accesses and initializations.</li> |
1145 | <li>Vector operations.</li> | 1144 | <li>Vector operations.</li> |
1146 | <li>Table initializers.</li> | 1145 | <li>Table initializers.</li> |