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
faaee7d1b5ca943caf718ed35546e71b4db7ffbb
0ad
/
source
/
ps
/
XML
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
..
XercesErrorHandler.cpp
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00
XercesErrorHandler.h
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00
Xeromyces.cpp
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
Xeromyces.h
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00
XeroXMB.cpp
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00
XeroXMB.h
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00
XML.h
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00
XMLUtils.cpp
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
XMLWriter.cpp
Lots of gcc -Wall fixes. The common ones:
2005-10-07 15:24:29 +00:00
XMLWriter.h
moved ps/X* to ps/XML/
2005-08-14 23:50:37 +00:00