Files
test2/source/blender
Manuel Castilla d7c812f15b 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
2021-06-09 11:02:40 +02:00
..
2021-03-29 19:11:17 -06:00
2021-03-18 09:36:44 +11:00
2021-04-11 13:09:27 +10:00
2021-05-25 17:16:54 +02:00
2021-06-09 03:05:44 +10:00