Lines Matching full:used
7 the terms used mean.
12 compilation" are used to indicate that the source code or bytecode is compiled before actual
13 execution. In case of Panda Runtime, AOT compilation is used to compile Panda Bytecode into
20 used to represent input program and usually designed for analysis and optimization.
25 compilation" are used to indicate that the source code or bytecode is compiled during program
26 execution. In case of Panda Runtime, JIT compilation is used to compile Panda Bytecode into
44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to
46 It can be used by both generational and concurrent collectors.
47 It can be used for tracking references from tenured generation to the young generation and
56 that it can prove will never be used again.
63 Safepoint is used as a point at which we can safely stop the thread, and at this point, all
71 (one is empty and one used for allocation) and we just copy objects from one space to another
73 * **STW** stands for **stop the world**, used in context of stop the world pauses forced by GC -
76 * **TLAB** stands for **Thread Local Allocation Buffer** - buffer used exclusively for allocations