1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:27:57 -07:00
Commit Graph

1 Commits

Author SHA1 Message Date
Russ Cox
ca5da31f83 6g: fix out of registers bug
Fix it twice: reuse registers more aggressively in cgen abop,
and also release R14 and R15, which are no longer m and g.

Fixes #2669.

R=ken2
CC=golang-dev
https://golang.org/cl/5655056
2012-02-10 22:19:34 -05:00