]> git.sesse.net Git - interpreter_trials/history - interpreter_trials.cpp
Add a tail-call variant with state as global variables in locked registers.
[interpreter_trials] / interpreter_trials.cpp
2021-06-23 Steinar H. GundersonAdd a tail-call variant with state as global variables... main
2021-06-17 Rune Holmadded computed goto
2021-06-16 Rune Holmmove to only 4 parameters
2021-06-16 Rune Holminterpreter 9: flags in separate registers
2021-06-16 Rune Holmdispatch table in registers
2021-06-16 Rune Holmadded tail-calling interpreter
2021-06-16 Rune Holmcycle count in registers
2021-06-16 Rune Holminterpreter 5: flags packed into a struct and passed...
2021-06-16 Rune Holminterpreter 4: pass pc as parameter
2021-06-16 Rune Holminterpreter 3: inline cycle update
2021-06-16 Rune Holmsecond interpreter with state passed in pointers
2021-06-16 Rune HolmInterpreter1 in benchmark framework
2021-06-16 Rune Holmstarted project