Blender Git Commit Log

Git Commits -> Revision 42fd1b9

Revision 42fd1b9 by Sergey Sharybin (master)
April 25, 2016, 11:50 (GMT)
Cycles: Fix issues with stack allocator in MSVC

Couple of issues here:

- Was a bug in heap memory allocation when run out
of allowed stack memory.

- Debug MSVC was failing because it uses separate
allocator for some sort of internal proxy thing,
which seems to be unable to be using stack memory
because allocator is being created in non-persistent
stack location.

Commit Details:

Full Hash: 42fd1b9abe90c301632c9279fd29ec6650243430
Parent Commit: 34f4c31
Lines Changed: +9, -4

1 Modified Path:

/intern/cycles/util/util_stack_allocator.h (+9, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021