14 using namespace evmjit;
40 void commitCostBlock();
56 int64_t m_blockCost = 0;
58 llvm::CallInst* m_checkCall =
nullptr;
59 llvm::Function* m_gasCheckFunc =
nullptr;
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
RuntimeManager & m_runtimeManager
evm_mode m_mode
EVM compatibility mode.
Instruction
Virtual machine bytecode instruction.
Base class for compiler helpers like Memory, GasMeter, etc.
evm_mode
EVM compatibility mode aka chain mode.
llvm::IRBuilder<> IRBuilder