]> Cypherpunks repositories - gostls13.git/commit
cmd/9g: note suboptimal copy code
authorAustin Clements <austin@google.com>
Fri, 30 Jan 2015 16:18:24 +0000 (11:18 -0500)
committerAustin Clements <austin@google.com>
Mon, 2 Feb 2015 19:32:42 +0000 (19:32 +0000)
commit36f879780aa086356187a7ca8a625ff37484d317
tree0f59d076637b3e1fa15d140b9e7c5a3213ce5a8a
parentfa851b17a2fd2350043b3e56dce398a606692c23
cmd/9g: note suboptimal copy code

9g generates needlessly complex code for small copies.  There are a
few other things that need to be improved about the copy code, so for
now just note the problem.

Change-Id: I0f1de4b2f9197a2635e27cc4b91ecf7a6c11f457
Reviewed-on: https://go-review.googlesource.com/3665
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/9g/cgen.c