@coded_artist @LukeAlmighty @SuperDicq
Also, a modern compiler like a recent version of LLVM or GCC with optimizations enabled will see right through your arithmetic tricks, and turn them into a temporary variable (that is then held in a CPU register and never reaches main memory).