fs2open: trunk r7553
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Echelon9 | trunk | 2011-08-28 04:31 | Pending | ||
Changeset | PVS-Studio fix: V803 Decreased performance. In case 'tvs' is iterator it's more effective to use prefix form of increment. Replace iterator++ with ++iterator. For further discussion see, http://www.viva64.com/en/b/0093/ The scenarios where it will improve performance are under Debug builds. This improvement will however allow quicker use of other profiling tools that need to run on Debug builds. Note. Code with size_t does not see the performance improvement comparison to iterators due to absence of array overrun check. |
||||
mod - /trunk/fs2_open/code/autopilot/autopilot.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/camera/camera.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/cutscene/cutscenes.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/debris/debris.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/fireball/fireballs.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/fs2netd/tcp_client.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/gamesnd/gamesnd.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/object/collideshipship.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/parse/scripting.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||||
mod - /trunk/fs2_open/code/sound/sound.cpp | Diff File |