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
/
lib
/
res
/
file
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
..
file.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
file.h
…
vfs_mount.cpp
loaders: increase timeout interval (less time wasted in main loop during loading)
2005-10-21 18:01:21 +00:00
vfs_mount.h
loaders: increase timeout interval (less time wasted in main loop during loading)
2005-10-21 18:01:21 +00:00
vfs_path.cpp
…
vfs_path.h
…
vfs_tree.cpp
file_open: cleanup
2005-10-23 23:57:59 +00:00
vfs_tree.h
loaders: increase timeout interval (less time wasted in main loop during loading)
2005-10-21 18:01:21 +00:00
vfs.cpp
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
vfs.h
…
zip.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
zip.h
…