Programming Tips - Which is faster pre- or post- increment?

Date: 2014sep19 Language: C/C++ Q. Which is faster pre- or post- increment? A. They are the same: This post shows they emit the exactly same assembler: https://news.ycombinator.com/item?id=8341817 Perhaps there was a difference in the past.