Skip to content
/ tinyvm Public

TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

License

Notifications You must be signed in to change notification settings

jakogut/tinyvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10c25d8 · Mar 22, 2018
Sep 4, 2011
Mar 17, 2018
Sep 4, 2011
Mar 17, 2018
Feb 12, 2017
Jan 13, 2014
Aug 29, 2016
Aug 29, 2016
Sep 4, 2011
Feb 12, 2017
Feb 12, 2017
Jan 15, 2013
Mar 24, 2014
Jan 13, 2014
Jun 8, 2014

Repository files navigation

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"

About

TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published