dynarmic/src
ReinUsesLisp eb00bea1ff backend/x64/exception_handler_posix: Fix signal stack memory leak in SigHandler
std::malloc was being called inside SigHandler's constructor without a
std::free. This doesn't really matter as SigHandler is used as a
singleton and the OS will reclaim that memory. That said, properly
freeing memory keeps -fsanitize=address quiet.
2020-10-02 05:56:07 +01:00
..
backend/x64 backend/x64/exception_handler_posix: Fix signal stack memory leak in SigHandler 2020-10-02 05:56:07 +01:00
common general: Resolve -Wmissing-prototypes warnings 2020-08-14 14:50:09 -04:00
frontend Revert "basic_block: Mark move constructor and assignment as noexcept" 2020-08-14 16:49:40 -04:00
ir_opt ir_matcher: Add missing header guard 2020-08-14 14:32:34 -04:00
CMakeLists.txt Add optimization flags to disable specific optimizations 2020-07-04 11:04:10 +01:00