]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/8g: work around "out of fixed registers" on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Sun, 16 Nov 2014 21:55:07 +0000 (22:55 +0100)
committerDavid du Colombier <0intro@gmail.com>
Sun, 16 Nov 2014 21:55:07 +0000 (22:55 +0100)
commit7aa89ea79835cfb3d144407b3721761a9640ce13
tree7db0ff1defd4a9b704ce7378201fb7dbd1152d26
parent2ceca80e3fd52706c4c6bc3366844471a349d0be
[dev.cc] cmd/8g: work around "out of fixed registers" on Plan 9

This change works around the "out of fixed registers"
issue with the Plan 9 C compiler on 386, introduced by
the Bits change to uint64 in CL 169060043.

The purpose of this CL is to be able to properly
follow the conversion of the Plan 9 runtime to Go
on the Plan 9 builders.

This CL could be reverted once the Go compilers will
be converted to Go.

Thanks to Nick Owens for investigating this issue.

LGTM=rsc
R=rsc
CC=austin, golang-codereviews, mischief
https://golang.org/cl/177860043
src/cmd/8g/reg.c