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
path: root/extern
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-10-03 17:05:19 +0300
committerJacques Lucke <jacques@blender.org>2021-10-03 17:05:19 +0300
commita812fe8ceb75fd2befe44a151f1e214f357c24c2 (patch)
tree2982cae2d66b7718de88603816bb93a77abba308 /extern
parent2f52f5683ca8454a32c8f9f9e47c56092070e114 (diff)
Nodes: use extern templates for socket declarations
The new socket declaration api generates a surprising amount of symbols in each translation unit where it is used. This resulted in a measurable compile time increase. This commit reduces the number of symbols that are generated in each translation unit significantly. For example, in `node_geo_distribute_points_on_faces.cc` the number of symbols decreased from 1930 to 1335. In my tests, this results in a 5-20% compile time speedup when this and similar files are compiled in isolation (measured by executing the command in `compile_commands.json`). Compiling the distribute points on faces node sped up from ~2.65s to ~2.4s.
Diffstat (limited to 'extern')
0 files changed, 0 insertions, 0 deletions