mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
replaced all (*) CStr / CStrW by-value params with const reference. hoo boy. please always perform this optimization (actually standard idiom) when writing the code - it takes little work, tells the next guy that the string won't be modified, and makes a large performance difference. (* where possible.. a few require other changes and will follow later) This was SVN commit r4151. |
||
|---|---|---|
| .. | ||
| tests | ||
| unix | ||
| win | ||
| cpu.cpp | ||
| cpu.h | ||
| dir_watch.h | ||
| gfx.cpp | ||
| gfx.h | ||
| ia32.cpp | ||
| ia32.h | ||
| ia32.inc | ||
| ia32_asm.asm | ||
| ia32_memcpy.asm | ||
| snd.cpp | ||
| snd.h | ||
| sysdep.cpp | ||
| sysdep.h | ||