On 9/29/14, 10:16 AM, Paulo Pinto wrote:
Personally, I would go just for (b) with compiler support for
increment/decrement removal, as I think it will be too complex having to
support everything and this will complicate all libraries.

Compiler already knows (after inlining) that ++i and --i cancel each other, so we should be in good shape there. -- Andrei

Reply via email to