aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm_x86_64.c
Commit message (Expand)AuthorAgeFilesLines
* use mmap to allocate memory for generated code to be able to set PROT_EXECludwig2006-03-041-33/+15
* make memory for generated opcodes executable so the program works withludwig2006-01-061-3/+2
* store temporary files in /tmp to save space in ~ludwig2005-11-131-31/+33
* - crash solvedludwig2005-11-061-0/+2
* - move code for standalone compilation out of vm_x86_64.cludwig2005-11-061-273/+37
* use memcpy for OP_BLOCK_COPYludwig2005-10-291-65/+56
* * Added STATUStma2005-10-291-1/+1
* add x86_64 vm. experimental, not enabled by default. you need as for itludwig2005-10-271-0/+1264