coins.simd
Class SimdEnvironment

java.lang.Object
  extended bycoins.simd.SimdEnvironment

class SimdEnvironment
extends java.lang.Object


Field Summary
static int AllThr
           
 LirFactory lir
           
static int MinThr
           
 Module module
           
 java.lang.String MODULENAME
           
static int MsgThr
           
 CoinsOptions opt
           
static int OptThr
           
 java.io.PrintWriter output
           
static int SimdThr
           
 CompileSpecification spec
           
 Trace trace
           
 
Constructor Summary
(package private) SimdEnvironment(Module m, CompileSpecification coinsSpec, java.io.PrintWriter writer)
           
 
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
 

Field Detail

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
Constructor Detail

SimdEnvironment

SimdEnvironment(Module m,
                CompileSpecification coinsSpec,
                java.io.PrintWriter writer)
Method Detail

shouldDo

boolean shouldDo(int threshold)

println

void println(java.lang.String str,
             int threshold)

print

void print(java.lang.String str,
           int threshold)