Search code examples
Overwriting vs. Lookup...


javaperformancememoryvm-implementation

Read More
How to find out what optimizations the JVM applied to my code?...


javaoptimizationjvmvm-implementation

Read More
Ceylon compiler and VM...


vm-implementationceylon

Read More
Is .NET VM a compiler or an interpreter?...


.netclrcilvm-implementation

Read More
How to write self-modifying code in x86 assembly...


assemblyx86jitvm-implementationself-modifying

Read More
registers vs stacks...


language-agnosticvm-implementationstack-based

Read More
How do compilers store hundreds of variables in only a few registers?...


compiler-constructioncpu-registersvm-implementationregister-allocation

Read More
Why does Concurrent-Mark-Sweep (CMS) remark phase need to re-examine the thread-stacks instead of ju...


jvmgarbage-collectionjvm-hotspotvm-implementation

Read More
What is the minimum instruction set required for any Assembly language to be considered useful?...


assemblymicroprocessorsinstruction-setvm-implementation

Read More
Why is the JVM stack-based and the Dalvik VM register-based?...


jvmdalvikcpu-registerscpu-architecturevm-implementation

Read More
What is the most reliable / portable way to allocate memory at low addresses on 64-bit systems?...


c++memory-managementoperating-systemmmapvm-implementation

Read More
Differences between Just in Time compilation and On Stack Replacement...


javacompiler-constructionjvmjitvm-implementation

Read More
Interpreters vs Compilers vs Virtual Machines...


compiler-constructionvm-implementation

Read More
What are the primitive Forth operators?...


operatorsinterpretervm-implementationforth

Read More
Encoding a .json file for a bytecode vm...


pythonencodebytecode-manipulationvm-implementation

Read More
What is Smali Code Android...


androiddalvikdexvm-implementationsmali

Read More
Why does Java use a static heap rather than allow an arbitrary amount of memory?...


javamemoryjvmheap-memoryvm-implementation

Read More
Where is the VM in LLVM?...


virtual-machinellvmemulationvm-implementation

Read More
Why is it hard to beat AOT compiler with a JIT compiler (in terms of app. performance)?...


performancecompiler-constructionjitvm-implementation

Read More
Custom programming language: how?...


parsingcompiler-constructionlanguage-designvm-implementationmud

Read More
Python Virtual Machine architecture diagrams/references...


pythonarchitecturelanguage-designvm-implementation

Read More
What are alternatives to the Java VM?...


jvmbytecodeportabilityvm-implementation

Read More
What is the purpose of the Java Constant Pool?...


javavm-implementationclass-constants

Read More
Load anticipation of Application serve instances in a VM...


performancejvmwebspherevm-implementationwebsphere-9

Read More
Flow Control Instructions in a virtual machine...


control-flowvm-implementation

Read More
Why is Lua designed to generate intermediate opcodes?...


luavm-implementation

Read More
Javascript API to explicitly add micro tasks or macro tasks...


javascriptasynchronousw3cvm-implementation

Read More
How to simulate a call stack in JavaScript using only a single array...


javascriptalgorithmassemblycallstackvm-implementation

Read More
What happens exactly under the hood to Assembly `push`, `pop`, `call`, and `ret` operations?...


assemblyx86stackvm-implementation

Read More
Python interpretation model in comparison to direct and virtual machine compilation...


pythoncompiler-constructionscriptinginterpretervm-implementation

Read More
BackNext