This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-19 23:40:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
81eec3aa1032580e1d901e2aacdb30d482e60865
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
…