dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 510 forks source link

ARM64: FlushProcessWriteBuffers #8335

Closed RalfKornmannEnvision closed 4 years ago

RalfKornmannEnvision commented 4 years ago

-Redirect FlushProcessWriteBuffers from Unix Pal to the Unix GC Env. This avoids maintaining the same functionality twice. -Port https://github.com/dotnet/runtime/pull/42243