Satyajit Sarangi bio photo

Satyajit Sarangi

I am a software engineer currently residing in Bay Area.

Email Twitter LinkedIn Github Stackoverflow

Posts Tagged “virtualmachine”

Posts Tagged “virtualmachine”

Debugger for PyVyM

python3 debugger virtualmachine vm


January 11, 2016 . .
PyVyM is a Virtual Machine for python and this post describes a debugger for that VM.

PyVyM - Part 2. Design description

virtualmachine vm python3 python


January 6, 2016 . .
Description of the design of a python based VM. This post details the model, exec_frame stack and other details sorrounding the implementation.

PyVyM - A python based VM for 'Python'

virtualmachine vm python3 python


January 5, 2016 . .
A virtual machine for python designed in python. It also has an accompanying debugger which will be described in a later post.