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

Method JITCompile

sdk/angelscript/source/as_module.cpp:250–257  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

248
249// internal
250void asCModule::JITCompile()
251{
252 if( !m_engine->jitCompiler )
253 return;
254
255 for (unsigned int i = 0; i < m_scriptFunctions.GetLength(); i++)
256 m_scriptFunctions[i]->JITCompile();
257}
258
259// interface
260int asCModule::Build()

Calls 1

GetLengthMethod · 0.45

Tested by

no test coverage detected