From c070847f922991939c4edd7321a1aee178d9c0a1 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 16 Feb 2017 01:43:13 +0300 Subject: [PATCH] +goal --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 4f2fbab..dea52b2 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -8,7 +8,7 @@ This is a non-exhaustive list of current goals made possible with the support of * 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. -* Investigate early crashes on Linux. +* Investigate early crashes on Linux. Avoid using executable dir completely. Create dev_hdd0 and other dirs. * Start to improve compatibility by fixing bugs and missing functionality. ## Medium term goals