Blender Git Commit Log
Git Commits -> Revision bfaf09b
Revision bfaf09b by Ray molenkamp (master) June 4, 2021, 23:22 (GMT) |
Fix T88813: Scalable allocator not used on win10 Due to the way we ship the CRT on windows TBB's malloc proxy was unable to attach it self to the memory management functions on windows 10. This change moves ucrtbase.dll out of the blender.crt folder and back into the main blender folder to side step some undesirable behaviour on win10 making TBB once more able to attach it self. Having this work again, should give a speed boost in memory allocation heavy workloads such as mantaflow. For details on how this only failed on Win10 see T88813 |
Commit Details:
Full Hash: bfaf09b5bc97897eecf96cbc1b7aa46e6b38b4da
Parent Commit: c2fa369
Lines Changed: +9, -0
1 Modified Path:
/build_files/cmake/platform/platform_win32_bundle_crt.cmake (+9, -0) (Diff)