SuperTux / supertux

SuperTux source code
https://supertux.org
GNU General Public License v3.0
2.54k stars 492 forks source link

Mark simple getters and setters as `inline` #3108

Open Vankata453 opened 22 hours ago

Vankata453 commented 22 hours ago

Simple get_ and set_ member functions in classes, as well as functions that are meant to simply call another function in the class, have been marked with the inline compiler hint, so we can ensure function calls will be eliminated whenever possible.