mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 07:32:02 +00:00
8d4602ec61
The array access code was loading the vector, modifying the element, then forgetting to write the modified vector back to whence it came. However, that would be rather sub-optimal, so now when the vector is accessed by a pointer, the array code switches to field access to get at the vector element thus avoiding the need to copy the whole vector. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |