mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
1f0b6e84a5
methods directly or setup the progs struct for a normal function call to call a progs method rather than recursively calling PR_ExecuteProgram. This will reduce method call overhead (both cpu and stack usage), fix the loss of tracing when calling a method and makes it possible to break out of the progs engine simply if threaded progs are ever implemented. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
pr_builtins.c | ||
pr_debug.c | ||
pr_edict.c | ||
pr_exec.c | ||
pr_load.c | ||
pr_obj.c | ||
pr_opcode.c | ||
pr_resolve.c | ||
pr_resource.c | ||
pr_strings.c | ||
pr_zone.c |