Updating building docs.

This commit is contained in:
Ben Vanik
2013-02-24 11:44:10 -08:00
parent 690e59ca3e
commit c60bc70bcc
3 changed files with 168 additions and 126 deletions

23
TODO.md
View File

@@ -1,3 +1,26 @@
ExecModule:
Prepare(memory, export_resolver)
Init()
Uninit()
Execute(ppc_state, addr)
JITExecModule:
LibraryExecModule:
Processor::Execute(addr):
// TODO: faster search, if needed
for each exec_module:
if (exec_module->Execute(addr)) {
break;
}
## Loader
Set all function variable addresses to the thunks. Since we handle the thunks