Updated Closure Compiler, fixed some constant inlining problems, and turned PREFETCH off for now

This commit is contained in:
Jeff Parsons 2015-10-27 13:02:43 -07:00
commit 8e71267747
34 changed files with 9226 additions and 3625 deletions

View file

@ -57,7 +57,7 @@ var DEBUGGER = true; // this @define is overridden by the Closure Com
*
* PREFETCH enables the use of a prefetch queue.
*/
var PREFETCH = true;
var PREFETCH = false;
/**
* @define {boolean}