Searched full:hardware (Results 1 – 25 of 26) sorted by relevance
12
11 hardware running a program.27 ones. A program written for such abstract CPU can be run on any real hardware with the help of a36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning.38 to distinguish between an abstract system and the hardware.213 language to some statically typed instruction set: after all, all native hardware instructions219 no, they must not, virtual registers may hold value of different types (just as hardware registers,
3 …e than one thread for solving one task or another. To optimize usage of hardware(cores)/OS(threads…
36 * **Panda Bytecode** or **PBC** is a portable hardware-independent instruction set designed for
14 # Panda dependencies list for cross-compiling from Ubuntu to Windows (all hardware targets)
14 # Panda dependencies list for cross-compiling from Ubuntu 20.04 to Windows (all hardware targets)
14 # Panda dependencies list for cross-compiling from Ubuntu 18.04 to Windows (all hardware targets)
14 # Panda dependencies list for cross-compiling from Ubuntu 24.04 to Windows (all hardware targets)
14 # Panda dependencies list for cross-compiling from Ubuntu 22.04 to Windows (all hardware targets)
37 "hardware": "arm64-v8a",157 "hardware": "arm64-v8a",
36 …For Windows: https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/virtual-add…
132 hardware parallelism level (#CPUs) automatically.
8 Hardware executes the program speculatively. It tries to predict the branch conditional(true or fal…
132 * The number of gc threads is ((the hardware concurrency / this value) - 1).
28 Most modern hardware has multiple cores. To achieve maximum performance, the
125 realizing the full potential of any specific target hardware.
29 …static constexpr size_t CACHE_LINE_ALIGN = 64; // for most hardware platfrom, the cache line is 64…
308 hardware: str = '' variable in MachineMeta
22 In modern world most of the hardware have multiple number of cores. To achieve maximum performance …
179 "@performance/gif-hardware-decoding-check": 1
79 * use hardware atomics instructions instead of locks.