Regan Heath wrote: > > So, some questions about overlapping copies; > > 1. Why is it illegal (mentioned in the docs)? > IIRC the actual copy is done as one op (with a repeat prefix) on x86 so there might be some major advantage to being able to assume non overlapping data.