more improvements

Mrlinkwii 2023-08-29 21:22:27 +01:00
parent 6ac1841707
commit 0319039165
1 changed files with 0 additions and 3 deletions

@ -7,12 +7,9 @@
## QA / Portability
* Port core thread to std::thread (current code is based on pthread, so low priority)
* C11 aligned_alloc (mostly done, but doesn't work with asan and GCC4.9)
* C++11 alignof/alignas syntax
* Replace volatile/lock-free queue with real C++ atomic (mostly done, remains a couple of volatile in core)
* [C++11 auto port](https://clang.llvm.org/extra/clang-modernize.html).
* [Clean header include](https://github.com/include-what-you-use/include-what-you-use). Investigate.
* Address sanitizer (GCC or Clang) and other sanitizers.
* Valgrind (not sure it can run PCSX2, maybe limit the scope to plugins)