summaryrefslogtreecommitdiff
path: root/src/virtualmachine/VirtualMachine.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw1-2/+5
2012-09-09More VM syscallsSimon Robertshaw1-9/+5
2012-09-09Allow terminating the VMSimon Robertshaw1-0/+5
2012-09-09MergeSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw1-442/+60
2012-09-09Preserve stack pointer after VirtualMachine::Call()Simon Robertshaw1-5/+8
2012-09-09Virtual machineSimon Robertshaw1-0/+664