Blender Git Commit Log
Git Commits -> Revision 531e4fc
Revision 531e4fc by Ray molenkamp (blender-v2.83-release) June 9, 2021, 10:57 (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: 531e4fcf3ef5b9ab3cd3a04f2d8a24d967abfce5
Parent Commit: 58e3d82
Committed By: Jeroen Bakker
Lines Changed: +9, -0
1 Modified Path:
/build_files/cmake/platform/platform_win32_bundle_crt.cmake (+9, -0) (Diff)