This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
59eadae140232f3587a333d68dbffdff88fcc5e6
0ad
/
source
/
i18n
T
History
janwas
20d038efda
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
...
This was SVN commit r3057.
2005-10-30 16:19:20 +00:00
..
tests
TextureManager: stopped memory leaks
2005-08-09 21:26:40 +00:00
BufferVariable.cpp
…
BufferVariable.h
…
CLocale.cpp
…
CLocale.h
…
Common.h
…
DataTypes.h
…
Interface.cpp
…
Interface.h
…
ScriptInterface.cpp
TextureManager: stopped memory leaks
2005-08-09 21:26:40 +00:00
ScriptInterface.h
…
StrImmutable.h
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
StringBuffer.cpp
scripting-interface improvements
2005-08-09 16:02:15 +00:00
StringBuffer.h
scripting-interface improvements
2005-08-09 16:02:15 +00:00
TranslatedString.cpp
…
TranslatedString.h
…
TSComponent.cpp
…
TSComponent.h
…