Connor Abbott
Connor Abbott
## System Details Fedora 33, compiling and running on aarch64. ## Problems Description I can almost build hangover without any patches, but I have one last annoying problem: fedora apparently...
I finally managed to build hangover on Fedora (natively on aarch64) after working around some nasty problems with the mingw crt being built with stack-protector support. I can successfully run...
Otherwise I get the following build error: ``` In file included from ../../wine/include/wine/port.h:114, from ../../wine/libs/port/getopt.c:31: /usr/x86_64-w64-mingw32/sys-root/mingw/include/dlfcn.h:53:20: error: conflicting types for 'dlerror' 53 | DLFCN_EXPORT char *dlerror(void); | ^~~~~~~ In file...
For bringing up DXVK on hangover, we want to compile it in the host for performance reasons, and that entails compiling it as a winelib since there is no usable...
While thinking about how to do spilling to physical registers, I realized that we could try a different strategy in the scheduler. Rather than splitting things into virtual and physical...