grigory-rechistov / interpreters-comparison

Sample programs for comparison of different VM interpretation techniques
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

threaded-subroutined interpretor implemented #21

Closed AnastasiaShevchenko closed 8 years ago

grigory-rechistov commented 8 years ago
  1. Please rename the file to threaded-subroutined.c, so that it has correct spelling.
  2. Please add threaded-subroutined to the Makefile, both as a target (use the threaded target as an example) and as a built-by-default target (add it to ALL list)
grigory-rechistov commented 8 years ago

Please make the code build and work and resubmit