MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / LiveGenerator

Method LiveGenerator

LiveRecomp/live_generator.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71};
72
73N64Recomp::LiveGenerator::LiveGenerator(size_t num_funcs, const LiveGeneratorInputs& inputs) : inputs(inputs) {
74 compiler = sljit_create_compiler(nullptr);
75 context = std::make_unique<LiveGeneratorContext>();
76 context->func_labels.resize(num_funcs);
77 errored = false;
78}
79
80N64Recomp::LiveGenerator::~LiveGenerator() {
81 if (compiler != nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected