Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 14 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T09:15:28.000Z (over 5 years ago)
- Last Synced: 2024-10-01T18:21:13.755Z (about 1 month ago)
- Topics: c, virtual-machine
- Language: C
- Homepage:
- Size: 173 KB
- Stars: 3,184
- Watchers: 133
- Forks: 291
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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"