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.37k stars 189 forks source link

[NativeAOT-LLVM] Don't use `mmap` in the frozen object manager and enable writeable data #2492

Closed SingleAccretion closed 5 months ago

SingleAccretion commented 5 months ago

Fixes #2476. Fixes #2477.

The latter part part of this change will be upstreamed.

SingleAccretion commented 5 months ago

@dotnet/nativeaot-llvm