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:
authorManuel Castilla <manzanillawork@gmail.com>2021-06-09 11:19:28 +0300
committerManuel Castilla <manzanillawork@gmail.com>2021-06-09 12:02:40 +0300
commitd7c812f15befb161d47451afdeba9d070a7d81a7 (patch)
treeba95d7e7586699725d9d6d630bb4d56fcd8a0032 /make.bat
parent3ba16afa1e5065e9f61ee6921421efd8641807d3 (diff)
Compositor: Refactor recursive methods to iterative
In order to reduce stack size this patch converts full frame recursive methods into iterative. - No functional changes. - No performance changes. - Memory peak may slightly vary depending on the tree because now breadth-first traversal is used instead of depth-first. Tests in D11113 have same results except for test1 memory peak: 360MBs instead of 329.50MBs. Reviewed By: Jeroen Bakker (jbakker) Differential Revision: https://developer.blender.org/D11515
Diffstat (limited to 'make.bat')
0 files changed, 0 insertions, 0 deletions