( CodeGen code, long arg )
| 113 | public static Frame F; |
| 114 | |
| 115 | public static String eval( CodeGen code, long arg ) { return eval(code,arg,1000); } |
| 116 | public static String eval( CodeGen code, long arg, int timeout ) { |
| 117 | SB trace = null; // new SB(); // TRACE, set to null for off, new SB() for on |
| 118 | // Force local scheduling phase |
no test coverage detected