MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcGetBytecode

Function nullcGetBytecode

NULLC/nullc.cpp:268–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268unsigned int nullcGetBytecode(char **bytecode)
269{
270 using namespace NULLC;
271 NULLC_CHECK_INITIALIZED(0);
272
273 unsigned int size = compiler->GetBytecode(bytecode);
274 // Load it into cache
275 BinaryCache::LastBytecode(*bytecode);
276 return size;
277}
278
279unsigned int nullcGetBytecodeNoCache(char **bytecode)
280{

Callers 6

nullcLoadModuleBySourceFunction · 0.85
nullcBuildFunction · 0.85
mainFunction · 0.85
RunCodeMethod · 0.85
RunInterfaceTestsFunction · 0.85
SpeedTestTextFunction · 0.85

Calls 1

GetBytecodeMethod · 0.45

Tested by 3

RunCodeMethod · 0.68
RunInterfaceTestsFunction · 0.68
SpeedTestTextFunction · 0.68