coins.simd
Class SimdEnvironment
java.lang.Object
coins.simd.SimdEnvironment
- class SimdEnvironment
- extends java.lang.Object
|
Method Summary |
(package private) void |
print(java.lang.String str,
int threshold)
|
(package private) void |
println(java.lang.String str,
int threshold)
|
(package private) boolean |
shouldDo(int threshold)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsgThr
public static final int MsgThr
- See Also:
- Constant Field Values
MinThr
public static final int MinThr
- See Also:
- Constant Field Values
SimdThr
public static final int SimdThr
- See Also:
- Constant Field Values
OptThr
public static final int OptThr
- See Also:
- Constant Field Values
AllThr
public static final int AllThr
- See Also:
- Constant Field Values
output
public final java.io.PrintWriter output
spec
public final CompileSpecification spec
opt
public final CoinsOptions opt
trace
public final Trace trace
MODULENAME
public final java.lang.String MODULENAME
- See Also:
- Constant Field Values
module
public final Module module
lir
public final LirFactory lir
SimdEnvironment
SimdEnvironment(Module m,
CompileSpecification coinsSpec,
java.io.PrintWriter writer)
shouldDo
boolean shouldDo(int threshold)
println
void println(java.lang.String str,
int threshold)
print
void print(java.lang.String str,
int threshold)