Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vm-implementation

Implementing a stack based virtual machine for a subset of C

Why does Android need a Virtual Machine(DVM)?

Compiling an AST to Assembly

Optimization techniques for backtracking regex implementations

What are the different techniques to make megamorphic call sites more efficient

How does the Dalvik VM save and restore its registers between method calls?

What is a good VM for developing a hobby language?

How can I compile and run this 1989 written C program?

Custom programming language: how?

Writing a VM - well formed bytecode?

What's the difference of Squeak/Pharo/Newspeak Smalltalk VMs?

Why is Lua designed to generate intermediate opcodes?

lua vm-implementation

What is the reason for the overhead in memory usage for arrays in Java?

How does PHP know what type of variables it uses (or does it)?

What are alternatives to the Java VM?

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

Execution speed of references vs pointers

Is .NET memory management faster in managed code than in native code?

what is the c/c++ virtual machine referred to in the asm.js spec

c++ c vm-implementation asm.js

How does a register based virtual machine work?

vm-implementation