MCPcopy Create free account
hub / github.com/D7EAD/mkPIVM / VMCodeGen

Method VMCodeGen

src/vm_codegen.cpp:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 }
13
14 VMCodeGen::VMCodeGen(const VMConfig& vm, const CodecRegistry& codecs, SeedRng& rng)
15 : vm_{vm}, codecs_{codecs}, rng_{rng} {}
16
17 void VMCodeGen::emit_full(X64Emitter& e, std::size_t /*bytecode_size*/, std::size_t data_island_size, std::uint32_t block_table_count) {
18 if (range_mode_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected