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

Added realization full in-line translator. #22

Closed Vipon closed 8 years ago

Vipon commented 8 years ago

Added realization for old InstructionSet.

grigory-rechistov commented 8 years ago

The code does not work when a user chose to limit number of steps:

user@host:/pwd> ./inline_translated 100
[2]
[3]
inline_translated: inline_translated.c:537: main: Assertion `cpu.state != Cpu_Running || cpu.steps == steplimit' failed.
Aborted