Home
last modified time | relevance | path

Searched full:interpretation (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/docs/bc_verification/
Dabsint_checks.md1 ## Checks performed on abstract interpretation stage
/ark/runtime_core/docs/
Druntime-debug-api.md27 * `BytecodePcChanged` - occurs when the PC of bytecode is changed during interpretation (only if ru…
Drationale-for-bytecode.md29 making interpretation slower than _native code execution_. In return, we get the ability to
83 is very important since bytecode interpretation is a required program execution mode for Panda.
Ddesign-of-interpreter.md25 1. Program execution via bytecode interpretation should be enabled on all targets.
Dfile_format.md936 are stored in the constant pool. During interpretation of the program
/ark/runtime_core/verification/
Dmessages.yaml144 Abstract interpretation stuck at invalid instruction.
/ark/js_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md379 …* `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…