Blender Git Loki
Git Commits -> Revision 6552d5b
Revision 6552d5b by Sergey Sharybin (master) December 2, 2015, 11:19 (GMT) |
Cycles: Avoid recursion when doing constant fold This reduces stress on the the stack memory which could be really handy on certain operation systems which applies strict limits on the stack. Reviewers: brecht, juicyfruit, dingto Reviewed By: brecht, juicyfruit, dingto Differential Revision: https://developer.blender.org/D1656 |
Commit Details:
Full Hash: 6552d5bebdc5bc990ddcdf2119b86a322b1bb4ec
Parent Commit: d0a9ec5
Lines Changed: +99, -23
1 Added Path:
/intern/cycles/util/util_queue.h (+29, -0) (View)