PCSX2 Documentation/PCSX2 EE Recompiler: Difference between revisions

Line 109: Line 109:


The biggest limitation is the mix of data and code in the same page. Data could just be the global variable of the program often after the code. It could also the thread data stack. Or the kernel area to save register context.
The biggest limitation is the mix of data and code in the same page. Data could just be the global variable of the program often after the code. It could also the thread data stack. Or the kernel area to save register context.
== Blocks Management ==


== Code Generation ==
== Code Generation ==
ninja
56

edits