Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-04-29 13:59:44 +0300
committerJacques Lucke <jacques@blender.org>2021-04-29 13:59:44 +0300
commit4e10b196ac15339cfded8d5615f04ac40c93e19b (patch)
treea2288584d4433f1a32047adb393edb51cf863165 /source/blender/editors/space_file/space_file.c
parentf903e3a3fd003e5295f7aea35710a77b2e74f846 (diff)
Functions: make copying virtual arrays to span more efficient
Sometimes functions expect a span instead of a virtual array. If the virtual array is a span internally already, great. But if it is not (e.g. the position attribute on a mesh), the elements have to be copied over to a span. This patch makes the copying process more efficient by giving the compiler more opportunity for optimization.
Diffstat (limited to 'source/blender/editors/space_file/space_file.c')
0 files changed, 0 insertions, 0 deletions