Ticket #5208 (closed feature request: fixed)
Unroll array copy/clone primops in the native and LLVM code generators
Description
#4928 added inline primops for copying and cloning arrays. It would be beneficial to create an unrolled loop, instead of a call to memcpy, when the copy is of a statically know small size. I suggest we use an unrolling threshold of 128 bytes, as that's what both GCC and LLVM use for the same optimization.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

