Re: instruction cache flushing in Cygwin

2025-06-06 Thread Glenn Strauss via Cygwin
On Thu, Jun 05, 2025 at 11:33:18PM -0700, Jeremy Drake via Cygwin wrote: > I noticed while looking at JIT test failures in LLVM that they don't have > an implementation for Cygwin for flushing the instruction cache. I don't > see any Cygwin function calling FlushInstructionCache, is there some > P

instruction cache flushing in Cygwin

2025-06-05 Thread Jeremy Drake via Cygwin
I noticed while looking at JIT test failures in LLVM that they don't have an implementation for Cygwin for flushing the instruction cache. I don't see any Cygwin function calling FlushInstructionCache, is there some POSIXy function for this? I don't really want to have to include Windows headers