microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
10.62k stars 867 forks source link

Windows ARM64 support? #941

Open hjyamauchi opened 2 months ago

hjyamauchi commented 2 months ago

Hi,

Does mimalloc support Windows ARM64?

https://github.com/microsoft/mimalloc/issues/482 seems to indicate so but https://github.com/microsoft/mimalloc/blob/dev/ide/vs2022/mimalloc.sln seems to indicate that mimalloc isn't built for Windows ARM64?

Thank you, Hiroshi

hjyamauchi commented 1 week ago

Hi again,

Similar to https://github.com/microsoft/mimalloc/issues/908, would there be a Windows ARM64 support?

A couple of questions:

hjyamauchi commented 1 week ago

CC @daanx

daanx commented 1 week ago

Just an update: it would be great to have the redirection module for arm64 on Windows as well and we are working on it.

hjyamauchi commented 1 week ago

That's great! Looking forward to it!