]> Cypherpunks repositories - gostls13.git/commit
cmd/6g, cmd/8g: eliminate short integer arithmetic when possible.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 1 Sep 2012 14:40:54 +0000 (16:40 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 1 Sep 2012 14:40:54 +0000 (16:40 +0200)
commit8f3c2055bd17c08d82f1ea56299802e476788307
tree7d396bd4761517c94ebf9069b7ce287c6ab762d3
parent508bfda6d3dd40e2906fb6538b5e4db0ba129645
cmd/6g, cmd/8g: eliminate short integer arithmetic when possible.

Fixes #3909.
Fixes #3910.

R=rsc, nigeltao
CC=golang-dev
https://golang.org/cl/6442114
src/cmd/6g/peep.c
src/cmd/8g/gsubr.c
src/cmd/8g/peep.c
test/fixedbugs/bug440_32.go [moved from test/bugs/bug440.go with 65% similarity]
test/fixedbugs/bug440_64.go [new file with mode: 0644]