Go to file
curt b75a694682 Bernie Bright:
Here are some changes that gave me a significant frame rate increase of about 10 fps with random objects disabled.  The interesting thing is that these changes aren't in the main loop but are in tile loader.  My guess is that I've reduced the memory footprint just enough to reduce CPU cache misses, though I have no hard evidence of this.

Initially I modified all SGBinObject member functions to pass/return by reference instead of by-value.  This gives little or no speed up but allows for some optimizations in fgBinObjLoad().  It is these changes that reduce the number of memory allocations.  Needless copying of vectors, and vectors of vectors, can be very memory intensive, especially if they are large.

Anyway I would be interested to see if you get similar results.  I would emphasize that the frame rate increase only occurs with random objects disabled.  I lose about 10-15 fps on my GF2MX 32MB with random objects, probably a fill-rate limitation or texture memory thing.
2002-08-23 17:52:10 +00:00
simgear Bernie Bright: 2002-08-23 17:52:10 +00:00
src-libs Make sure zlib.dsp goes in the distribution. 2002-04-23 01:55:48 +00:00
.cvsignore Added aclocal.m4 2002-01-16 00:04:16 +00:00
acconfig.h Removed metakit and zlib from the configure/build process. The 2001-12-29 00:38:04 +00:00
acsite.m4 Changes from Bernie Bright: 2000-10-02 18:52:32 +00:00
am2dsp.cfg Updated am2dsp.cfg file for creating MSVC project files. 2002-04-22 20:37:31 +00:00
AUTHORS Added Curt to empty Authors file as CVS test. 2001-12-11 22:23:25 +00:00
autogen.sh Further autogen.sh fixes to handle more cases. 2002-01-19 13:45:06 +00:00
ChangeLog Initial revision 2000-02-09 19:27:02 +00:00
configure.in Random-number seed patch from Erik Hofman. 2002-07-31 17:14:29 +00:00
COPYING Starting conversion to LGPL (from GPL). 2000-07-08 18:44:26 +00:00
Doxyfile Prepairing for 0.0.17 2001-07-13 14:58:14 +00:00
Makefile.am Include the autogen.sh script in the distribution. 2002-05-23 13:46:19 +00:00
mksymlinks.sh Changed directory structure a bit to facilitate building for windows. 2000-03-17 22:12:16 +00:00
NEWS Updated for 0.0.18. 2002-04-20 21:06:05 +00:00
README Test commit. 2001-12-17 16:52:20 +00:00
README.metakit - Added src-libs/boost.tar.gz and README.boost. This is in anticipation 2002-04-03 21:05:51 +00:00
README.MSVC Updated am2dsp.cfg file for creating MSVC project files. 2002-04-22 20:37:31 +00:00
README.zlib - Added src-libs/boost.tar.gz and README.boost. This is in anticipation 2002-04-03 21:05:51 +00:00
SimGear.dsp Updated MSVC project files. 2002-05-10 13:31:44 +00:00
SimGear.dsw Updated MSVC project files. 2002-05-10 13:31:44 +00:00
SimGear.spec.in For building redhat packages. 2000-03-29 00:00:46 +00:00
Thanks Updated Durk's entry. 2000-07-07 22:03:45 +00:00

[ Nothing here at this time. ]