Developers and getting them to improve their code.

Benjamin Meyer kde-optimize@mail.kde.org
Thu, 9 Jan 2003 10:33:49 -0500


> Seems good to me.  Probably would be best for us to find a gcc/compiler
> developer to give us a difinitive answer on what is better.  Anyone hav=
ea
> gcc contact?

Replying to my own post....

After hanging out on #c for a little while talking about the issue the=20
concensus was to omit the deconstructor.  "As a general rule, you should=20
always let the compiler generate the code it's supposed to automatically=20
generate."  And if we do create an empty constructor/deconstructor, they=20
should be inlined.

-Benjamin Meyer