coins.simd
クラス SimdEnvironment
java.lang.Object
|
+--coins.simd.SimdEnvironment
- class SimdEnvironment
- extends java.lang.Object
メソッドの概要 |
(パッケージプライベート) void |
print(java.lang.String str,
int threshold)
|
(パッケージプライベート) void |
println(java.lang.String str,
int threshold)
|
(パッケージプライベート) boolean |
shouldDo(int threshold)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsgThr
public static final int MsgThr
- 関連項目:
- 定数フィールド値
MinThr
public static final int MinThr
- 関連項目:
- 定数フィールド値
SimdThr
public static final int SimdThr
- 関連項目:
- 定数フィールド値
OptThr
public static final int OptThr
- 関連項目:
- 定数フィールド値
AllThr
public static final int AllThr
- 関連項目:
- 定数フィールド値
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
- 関連項目:
- 定数フィールド値
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)