dioscuri.module.cpu32
Class AbstractBasicCompiler
java.lang.Object
extended by dioscuri.module.cpu32.AbstractBasicCompiler
- All Implemented Interfaces:
- CodeBlockCompiler
- Direct Known Subclasses:
- OptimisedCompiler
public abstract class AbstractBasicCompiler
- extends java.lang.Object
- implements CodeBlockCompiler
- Author:
- Bram Lohman, Bart Kiers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bufferOffset
protected int bufferOffset
bufferMicrocodes
protected int[] bufferMicrocodes
bufferPositions
protected int[] bufferPositions
AbstractBasicCompiler
public AbstractBasicCompiler()
buildCodeBlockBuffers
protected void buildCodeBlockBuffers(InstructionSource source)
-
- Parameters:
source
-