summaryrefslogtreecommitdiff
path: root/src/virtualmachine/VirtualMachine.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-20Remove old unfinished virtual machine and Lua bindings for itSimon Robertshaw1-282/+0
2012-09-15Some work on adding new hooks.Savely Skresanov1-1/+1
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵Simon Robertshaw1-2/+4
assigning to update function
2012-09-13Disable JIT for nowSimon Robertshaw1-2/+6
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw1-1/+25
2012-09-09More VM syscallsSimon Robertshaw1-0/+7
2012-09-09Allow terminating the VMSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw1-5/+6
2012-09-09Virtual machineSimon Robertshaw1-0/+243