From 07b0694ef906b5ad7335bd884e7da66834c2335f Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 13 Feb 2017 22:37:07 +0300 Subject: [PATCH] +-goals --- Roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 58618a7..4f2fbab 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -4,11 +4,10 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement PS3 firmware installer. Users only need to provide correct PS3UPDAT.PUP file and it will be automatically unpacked into /dev_flash. * Implement decryption on the fly. No more temporary files and additional steps. This affects, for example, EBOOT, SELF, SPRX, EDAT, and MSELF embedded files. * Implement SDAT decryption. No need to decrypt them manually. Currently some games may silently fail to boot. -* New "Automatic LLE configuration" option (enabled by default). This will pick the most appropriate system modules (SPRX files) for a particular PS3 executable. It may be hard to pick them manually. +* Implement "Automatic LLE configuration" option (enabled by default). This will pick the most appropriate system modules (SPRX files) for a particular PS3 executable. It may be hard to pick them manually. * Cache compiled LLVM modules. You shouldn't recompile the same executable twice. * Parse .eh_frame section in PPU analyser and use this information in LLVM recompiler. * Configure Travis to automatically upload Linux binaries on GitHub. -* Implement priority-based scheduler for PPU threads. * Investigate early crashes on Linux. * Start to improve compatibility by fixing bugs and missing functionality. @@ -46,4 +45,5 @@ This is a non-exhaustive list of current goals made possible with the support of * Improve embedded debugging tools (CPU, RSX, Kernel Explorer). * Implement simple thread pool (Thread.cpp) * Implement MFC thread for SPU DMA and other time-critical tasks. -* Fetch memory attributes in sys_memory_get_page_attribute. \ No newline at end of file +* Fetch memory attributes in sys_memory_get_page_attribute. +* Implement BPIP for synchronization primitives. \ No newline at end of file