Lines Matching full:some
5 This document sets up some context about bytecode design principles and provides rationales for
16 directly on the CPU) or _memory_ (some locations in computer's RAM). An important subset of memory
23 that the number and purpose of registers differs, too. Some nuances of working with stack may also
35 Although bytecode represents some abstraction, it mirrors all the mentioned concepts from the
100 by some bytecodes. With this tweak, our example can be rewritten as follows:
112 some "stack-based'ness" into an otherwise register-based instruction set in attempt to make the
139 | virt. reg. 0 | some local variable |
140 | virt. reg. 1 | some local variable |
141 | virt. reg. 2 | some temporary value |
142 | virt. reg. 3 | some temporary value |
171 Please note also that we don't need "full-range" versions for all instructions. In case some
213 language to some statically typed instruction set: after all, all native hardware instructions