On 2011/02/01 15:57:59, rsc1 wrote: > Looks correct, but do you have a test case? ...
14 years, 4 months ago
(2011-02-01 16:09:56 UTC)
#3
On 2011/02/01 15:57:59, rsc1 wrote:
> Looks correct, but do you have a test case?
No, 6g wasn't producing incorrect code. It would just fail to optimize
temporaries since reg[D_AL] to reg[D_R15B] are always 1 and so anyregalloc would
always return 1.
*** Submitted as 3b9b7b4a1eab *** 6g: fix registerization of temporaries Use correct range in allocated ...
14 years, 4 months ago
(2011-02-01 17:12:44 UTC)
#5
*** Submitted as 3b9b7b4a1eab ***
6g: fix registerization of temporaries
Use correct range in allocated register test.
R=rsc, ken2
CC=golang-dev
http://codereview.appspot.com/4073049
Committer: Russ Cox <rsc@golang.org>
Issue 4073049: code review 4073049: 6g: fix registerization of temporaries
(Closed)
Created 14 years, 4 months ago by ejsherry
Modified 14 years, 4 months ago
Reviewers:
Base URL:
Comments: 0