Interface JitBytesPcodeExecutorState

All Superinterfaces:
PcodeExecutorState<byte[]>, PcodeExecutorStatePiece<byte[],byte[]>
All Known Implementing Classes:
JitDefaultBytesPcodeExecutorState, JitThreadBytesPcodeExecutorState

public interface JitBytesPcodeExecutorState NEW extends PcodeExecutorState<byte[]>
The run-time executor state for the JIT-accelerated p-code emulator
See Also: