Working prefetch support (speeds up 80386 operation when paging)
This commit is contained in:
parent
922ca42571
commit
526da018d0
5 changed files with 256 additions and 458 deletions
|
|
@ -56,10 +56,8 @@ var DEBUGGER = true; // this @define is overridden by the Closure Com
|
|||
* @define {boolean}
|
||||
*
|
||||
* PREFETCH enables the use of a prefetch queue.
|
||||
*
|
||||
* See the Bus component for details.
|
||||
*/
|
||||
var PREFETCH = false;
|
||||
var PREFETCH = true;
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
|
|
|
|||
Loading…
Reference in a new issue