Searched full:interpretation (Results 1 – 9 of 9) sorted by relevance
1 ## Checks performed on abstract interpretation stage
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
30 making interpretation slower than _native code execution_. In return, we get the ability to85 Since bytecode interpretation is a required program execution mode for Panda, performance of the
26 1. Program execution via bytecode interpretation should be enabled on all targets.
928 are stored in the constant pool. During interpretation of the program
80 …LOG(WARNING, VERIFIER) << "Abstract interpretation failed for method " << method_.GetFullName(true… in DoChecks()
96 … // Skip dump if logger is disable. This allows us to speed up interpretation in the 'Debug' build. in DumpVRegs()
379 …* `0001` `EQ`: yields true if the operands are equal, false otherwise. No sign interpretation is n…384 …* `0110` `NE`: yields true if the operands are unequal, false otherwise. No sign interpretation is…
144 Abstract interpretation stuck at invalid instruction.