]> git.xonotic.org Git - xonotic/darkplaces.git/commit
PRVM: minimise impact of GC on benchmark results
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 7 Apr 2024 15:15:14 +0000 (01:15 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 7 Apr 2024 15:21:49 +0000 (01:21 +1000)
commitd7763f6f558a8444ffaec0315c11d75e1e766eab
tree96aa12fcdba2eb0189ad9d89d200a94506fd86f4
parent0ce215575a7c3ca108de2d6bb1d76463757d6cc7
PRVM: minimise impact of GC on benchmark results

Previously GC could cost hundreds of FPS in certain Xonotic tests
because the CPU workload increased as the FPS did.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
prvm_edict.c