]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/8g: introduce temporaries in byte multiplication.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 21 Dec 2012 22:46:16 +0000 (23:46 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 21 Dec 2012 22:46:16 +0000 (23:46 +0100)
commit4d3cbfdefac06f692c72520a59bede8a1c3f6cc7
tree744d71b199487af138542813e9cf7f02bb1725f5
parent3dcc63f750c425fcb9ce2ec66812489881dafeee
cmd/8g: introduce temporaries in byte multiplication.

Also restore the smallintconst case for binary ops.

Fixes #3835.

R=daniel.morsing, rsc
CC=golang-dev
https://golang.org/cl/6999043
src/cmd/8g/cgen.c
src/cmd/8g/ggen.c
test/torture.go