dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.

Home Page:http://dot.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlushProcessWriteBuffers on ARM64

jkotas opened this issue · comments

  • The PAL implementation of FlushProcessWriteBuffers does not have the support for Linux syscalls. I think it would be ok to just forward the PAL implementation to the GCToOSInterface for this instead of maintaining a duplicate.
  • Port dotnet/runtime#42243 to CoreRT

@RalfKornmannEnvision , are you interested in taking a look at this one?

Sure I can have a look