References For The Win


I love single character code changes that generate massive performance improvements.

Unreal has had static code analysis passes not too long ago. It’s surprising that SA didn’t identify this issue. It’s also unlikely that programmer code reviews would have detected something as tiny as a missing ampersand.

Just another reminder of how difficult it is to identify performance problems.

This entry was posted in C++, Computers and Internet, Game Programming, Unreal. Bookmark the permalink.

2 Responses to References For The Win

  1. pkisensee says:

    Thanks, Bruce. Updated.

Leave a comment