]> git.sesse.net Git - interpreter_trials/shortlog
interpreter_trials
2021-06-23 Steinar H.... Add a tail-call variant with state as global variables... main
2021-06-17 Rune Holmadded computed goto
2021-06-17 Rune Holmuse exit flag instead of exception
2021-06-17 Rune Holmstopped using exceptions for exiting
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 Holmfirst stab at interpreter
2021-06-16 Rune Holmstarted project
2021-06-16 Rune HolmInitial commit