mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
0f7e6734f7
While it takes one extra step to grab the marksurface pointer, R_MarkLeaves and R_MarkLights (the two actual users) seem to be either the same speed or fractionally faster (by a few microseconds). I imagine the loss gone to the extra fetch is made up for by better bandwidth while traversing the leafs array (mleaf_t now fits in a single cache line, so leafs are cache-aligned since hunk allocations are aligned). |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makemodule.am |