Files
test/source/blender
Hans Goudey 0ee5e6ded7 Depsgraph: Use C++ Stack class
Use `blender::Stack` instead of `BLI_Stack`. Theoretically this can
improve performance because it makes use of inlining to remove function
call overhead and give the compiler more information. I observed a build
time improvement of about 4%, from 1156 to 1113 ms with 30k cube objects.
Notably, now `deg_graph_flush_visibility_flags` doesn't call any
non-inlined functions.

Pull Request: https://projects.blender.org/blender/blender/pulls/137355
2025-04-11 19:55:17 +02:00
..
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2025-04-11 19:55:17 +02:00
2025-04-11 18:28:45 +02:00
2025-04-11 18:28:45 +02:00
2025-04-02 16:50:50 +02:00