https://github.com/jakogut/tinyvm
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
https://github.com/jakogut/tinyvm
c virtual-machine
Last synced: 7 months ago
JSON representation
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
- Host: GitHub
- URL: https://github.com/jakogut/tinyvm
- Owner: jakogut
- License: mit
- Created: 2011-01-08T01:46:58.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T09:15:28.000Z (over 6 years ago)
- Last Synced: 2025-05-15T07:03:44.298Z (7 months ago)
- Topics: c, virtual-machine
- Language: C
- Homepage:
- Size: 173 KB
- Stars: 3,261
- Watchers: 132
- Forks: 302
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-virtualization - TinyVM
- fucking-awesome-cpp - TinyVM - A small, fast, lightweight virtual machine written in pure ANSI C. [MIT] (Virtual Machines)
- awesome-cpp-cn - TinyVM
- awesome-cpp - TinyVM - 用纯粹的ANSI C编写的小型,快速,轻量级的虚拟机. [MIT] (虚拟机)
- awesome-virtualization - TinyVM
- awesome-cpp - TinyVM - A small, fast, lightweight virtual machine written in pure ANSI C. [MIT] (Virtual Machines)
- awesome-cpp - TinyVM - A small, fast, lightweight virtual machine written in pure ANSI C. [MIT] (Virtual Machines)
README
TinyVM is a virtual machine with the goal of having a small footprint.
Low memory usage, a small amount of code, and a small binary.
Building can be accomplished on UNIX-like systems with make and GCC.
There are no external dependencies, save the C standard library.
Building can be accomplished using "make," or "make rebuild".
To build a debug version, add "DEBUG=yes" after "make". To build a binary with
profiling enabled, add "PROFILE=yes" after "make".
I can be reached at "joseph.kogut(at)gmail.com"