List Question
20 TechQA 2024-02-20T01:32:02.350000MRI: Why are some methods implemented as aliases, but others duplicated?
181 views
Asked by Alexander
expected dimension but got
48 views
Asked by Bnteo Costa
Encoding a .json file for a bytecode vm
65 views
Asked by Isaac VinÃcius
Does Dalvik create stacks to manage threads
49 views
Asked by nhoxbypass
How would I be able to make a register-based virtual machine code off of a Binary Tree for math interpretation
133 views
Asked by Jack Murrow
How do virtual machines like Lua or JVM represent (and work on) larger data types?
478 views
Asked by user41997
Why does LuaJIT bytecode put the opcode at the end instead of the front?
402 views
Asked by hopibel
Load anticipation of Application serve instances in a VM
72 views
Asked by lecarpetron dookmarion
Why does Concurrent-Mark-Sweep (CMS) remark phase need to re-examine the thread-stacks instead of just looking at the mutator's write-queues?
532 views
Asked by devoured elysium
What happens exactly under the hood to Assembly `push`, `pop`, `call`, and `ret` operations?
3.1k views
Asked by Lance
How to simulate a call stack in JavaScript using only a single array
693 views
Asked by Lance
C Virtual machine Command with same opcode
161 views
Asked by Bret Hasel
Decoding instruction of hypothetical CPU
131 views
Asked by bielu000
Optimization techniques for backtracking regex implementations
427 views
Asked by siracusa
How to fix: OP-code isn't read out correctly
144 views
Asked by SacrilegiousDuckHerder
Make-array in SBCL
431 views
Asked by Andrew S.
Type of a stack entry (in a virtual machine)
305 views
Asked by Kai
Sources for writing VM for running bytecode
215 views
Asked by Greatcode
What is the most reliable / portable way to allocate memory at low addresses on 64-bit systems?
2.2k views
Asked by Aardappel
Add nested-function support in a language the based on a stack-machine
253 views
Asked by mux