10-06-2014, 06:06 PM
You have to have a legal version of MC to play on Ore, as loging on checks the validation server.
OOOexe stands for
Out of Order Execution... Taking a compiled programs with inst A B C D E
An if it finds any hazards it can rearrange them like B C A E D. So you don't lose any clock cycles to stalls.
OOOexe brings in A LOT of issues when u start using it. If u want to learn more, a good portion of the PDFs and PPTs in my long reply that are in the 2nd link, are about OOOExe and related issues. Or u can ask me and I can helps. I have done way to much research into trying to elominate all stalls in pipelines
OOOexe stands for
Out of Order Execution... Taking a compiled programs with inst A B C D E
An if it finds any hazards it can rearrange them like B C A E D. So you don't lose any clock cycles to stalls.
OOOexe brings in A LOT of issues when u start using it. If u want to learn more, a good portion of the PDFs and PPTs in my long reply that are in the 2nd link, are about OOOExe and related issues. Or u can ask me and I can helps. I have done way to much research into trying to elominate all stalls in pipelines