woachk

Results 77 comments of woachk

@bugaevc what's the setup needed to test? copying over the _dri.so(s) doesn't seem to be enough on its own.

Windows 10 UWP uses an Ahead-of-time compiler toolset without a JIT, so do not even try. (Reflection alone is already painful enough) Debug builds uses a JIT though, but you’ll...

Hello, Which SoC does your phone use? Did you also try the newest version as of today?

Hello, could you add -v to the boot arguments and take a picture please to see where it hangs in XNU? Thank you,

Hello, Currently, I have some bad news on that front, the docs/notes that you're asking for don't exist right now. I'm currently writing a VFS and then will start documenting...

https://bellis1000.medium.com/disabling-aslr-on-64-bit-ios-3567a993a459 might be useful for this task too.

Did you look at https://github.com/mstorsjo/llvm-mingw ? It's all self-contained and multiplatform too.

It might be worth investigating if having an LLD build without LTO support (which will not be needed and will be nonfunctional for CoreRT anyway) is feasible. That'd more than...

LLD is indeed production-ready for x86_32/x86_64/arm/arm64 on Windows at this point, and is pretty much a seamless replacement. Kinda wonder if a CoreRT specific linker written in C# to avoid...

@teobugslayer Is requiring the Visual C++ redistributable a bug even? A lot of apps require it on Windows anyway. (that said recompiling that with /MT instead of /MD is possible)