summaryrefslogtreecommitdiff
path: root/src/virtualmachine
AgeCommit message (Expand)AuthorFilesLines
2012-09-13Disable JIT for nowSimon Robertshaw1-2/+6
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw5-26/+298
2012-09-11Fix buffer overflow with HTTP headers caused by recent \r\n commit"Simon Robertshaw1-0/+921
2012-09-09More VM syscallsSimon Robertshaw4-79/+74
2012-09-09Allow terminating the VMSimon Robertshaw2-0/+6
2012-09-09MergeSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw6-447/+455
2012-09-09Preserve stack pointer after VirtualMachine::Call()Simon Robertshaw1-5/+8
2012-09-09Virtual machineSimon Robertshaw5-0/+1093