MCPcopy Create free account
hub / github.com/anjo76/angelscript / Finalize

Method Finalize

sdk/angelscript/source/as_bytecode.cpp:68–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void asCByteCode::Finalize(const asCArray<int> &tempVariableOffsets)
69{
70 temporaryVariables = &tempVariableOffsets;
71
72 // verify the bytecode
73 PostProcess();
74
75 // Optimize the code
76 Optimize();
77
78 // Resolve jumps
79 ResolveJumpAddresses();
80
81 // Build line numbers buffer
82 ExtractLineNumbers();
83}
84
85void asCByteCode::ClearAll()
86{

Callers 1

FinalizeFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected