[aarch64-port-dev ] RFR(s): AAch64: Adding byte array equal support

Andrew Haley aph at redhat.com
Fri Feb 12 11:18:24 UTC 2016


On 12/02/16 11:10, Hui Shi wrote:
>    Are you suggesting we should refactoring these similar code to make them
> share most part? Similar with handling different array copies?

Yes, absolutely.  There are almost no code differences.

Code duplication of this kind has what we call a "bad smell".  It is
not necessarily wrong, and there may be a good reason for it, but it
is always suspicious.

Andrew.


More information about the aarch64-port-dev mailing list