Blender Git Commit Log
Git Commits -> Revision 2a1bd65
Revision 2a1bd65 by Ray molenkamp (asset-browser, asset-browser-poselib, temp-pose-flipping-fix-attempt) June 5, 2021, 16:02 (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: 2a1bd65062168711fc3509b0e4e40b627c5fa386
Parent Commit: 06e5a10
Committed By: Julian Eisel
Lines Changed: +9, -0
1 Modified Path:
/build_files/cmake/platform/platform_win32_bundle_crt.cmake (+9, -0) (Diff)