In our previous episode, Michael Van Canneyt said: > > Is the drop still present/essential? Perhaps optimizer is now good > > enough to drop those ifdefs? > > No. > > You never can replace a direct pointer assignment a:=B with a call to Move() > and expect the same speed. Unless move is an intrinsic of course.