search for: unlic

Displaying 5 results from an estimated 5 matches for "unlic".

Did you mean: unlim
2020 Jul 07
2
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...times with ThinLTO are extremely slow on Windows. We're observing performance inversely proportional to the number of cores. The more cores the machines has, the slower ThinLTO linking gets. We've replaced the CRT heap allocator by modern lock-free thread-cache allocators such as rpmalloc (unlicence), mimalloc (MIT licence) or snmalloc (MIT licence). The runtime performance is an order of magnitude faster. Time to link clang.exe with LLD and -flto on 36-core: Windows CRT heap allocator: 38 min 47 sec mimalloc: 2 min 22 sec rpmalloc: 2 min 15 sec snmalloc: 2 min 19 sec We're r...
2020 Jul 03
4
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...t, link times with ThinLTO are extremely slow on Windows. We’re observing performance inversely proportional to the number of cores. The more cores the machines has, the slower ThinLTO linking gets. We’ve replaced the CRT heap allocator by modern lock-free thread-cache allocators such as rpmalloc (unlicence), mimalloc (MIT licence) or snmalloc (MIT licence). The runtime performance is an order of magnitude faster. Time to link clang.exe with LLD and -flto on 36-core: Windows CRT heap allocator: 38 min 47 sec mimalloc: 2 min 22 sec rpmalloc: 2 min 15 sec snmalloc: 2 min 19 sec We’re runni...
2020 Jul 02
6
RFC: Replacing the default CRT allocator on Windows
...times with ThinLTO are extremely slow on Windows. We're observing performance inversely proportional to the number of cores. The more cores the machines has, the slower ThinLTO linking gets. We've replaced the CRT heap allocator by modern lock-free thread-cache allocators such as rpmalloc (unlicence), mimalloc (MIT licence) or snmalloc (MIT licence). The runtime performance is an order of magnitude faster. Time to link clang.exe with LLD and -flto on 36-core: Windows CRT heap allocator: 38 min 47 sec mimalloc: 2 min 22 sec rpmalloc: 2 min 15 sec snmalloc: 2 min 19 sec We're r...
2020 Jul 07
3
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...e observing performance inversely proportional to the >> number of cores. The more cores the machines has, the slower ThinLTO >> linking gets. >> >> >> >> We’ve replaced the CRT heap allocator by modern lock-free thread-cache >> allocators such as rpmalloc (unlicence), mimalloc (MIT licence) or snmalloc >> (MIT licence). The runtime performance is an order of magnitude faster. >> >> >> >> Time to link clang.exe with LLD and -flto on 36-core: >> >> Windows CRT heap allocator: 38 min 47 sec >> >> mimal...
2020 Jul 07
2
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
...t;>>> number of cores. The more cores the machines has, the slower ThinLTO >>>> linking gets. >>>> >>>> >>>> >>>> We’ve replaced the CRT heap allocator by modern lock-free thread-cache >>>> allocators such as rpmalloc (unlicence), mimalloc (MIT licence) or snmalloc >>>> (MIT licence). The runtime performance is an order of magnitude faster. >>>> >>>> >>>> >>>> Time to link clang.exe with LLD and -flto on 36-core: >>>> >>>> Windows CRT...