MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / eval

Method eval

src/builtin/module_jit.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85 DAS_SUPPRESS_UB vec4f SimNode_Jit::eval ( Context & context ) {
86 auto result = func(&context, context.abiArg, context.abiCMRES);
87 context.result = result;
88 return result;
89 }
90
91 SimNode * SimNode_JitBlock::visit ( SimVisitor & vis ) {
92 uint64_t fptr = (uint64_t) func;

Callers 7

forEachFunctionFunction · 0.45
forEachGenericFunctionFunction · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45

Calls 1

bottomMethod · 0.80

Tested by

no test coverage detected