[cleanup] memory bugs, memory usage reduction, delete merc1 (#1515)

* [cleanup] remove merc1, fix memory bugs, reduce memory usage

* change compiler log to see actual info from build_level

* save file

* editing text is hard
This commit is contained in:
water111
2022-06-21 21:26:11 -04:00
committed by GitHub
parent 78b6ba3d27
commit 90a049dcc5
13 changed files with 56 additions and 5939 deletions
+1 -2
View File
@@ -169,8 +169,6 @@ void ee_runner(SystemThreadInterface& iface) {
// // kill the IOP todo
iop::LIBRARY_kill();
munmap(g_ee_main_mem, EE_MAIN_MEM_SIZE);
// after main returns, trigger a shutdown.
iface.trigger_shutdown();
}
@@ -341,5 +339,6 @@ RuntimeExitStatus exec_runtime(int argc, char** argv) {
// join and exit
tm.join();
lg::info("GOAL Runtime Shutdown (code {})", MasterExit);
munmap(g_ee_main_mem, EE_MAIN_MEM_SIZE);
return MasterExit;
}