* Tcgx86.g_concatcopy use: copy_move (mov sequence) instead of copy_string (rep movsb) when copying a 4 byte block on i8086, when optimizing for size. 4 movs are usually shorter than the instructions needed to setup rep movsb and also greatly reduce register pressure. This fixes i8086 snapshot building with -Os, Mantis #27387