dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.38k stars 192 forks source link

[NativeAOT-LLVM] Remove unix file Internal\Runtime\FrozenObjectHeapManager.Unix.cs #2476

Closed yowl closed 6 months ago

yowl commented 7 months ago

We should replace the use of this file as it uses mmap which is not correctly implemented for Wasm.