summaryrefslogtreecommitdiff
path: root/src/runtime/lfstack_32bit.go
Commit message (Collapse)AuthorAgeFilesLines
* [dev.cc] runtime: convert nacl support to GoRuss Cox2014-11-211-1/+1
| | | | | | | LGTM=dave R=minux, dave CC=golang-codereviews https://codereview.appspot.com/181030043
* [dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr spaceRuss Cox2014-11-141-4/+12
| | | | | | | | | While we are here, add the linux/power64 version. LGTM=austin R=austin CC=aram, dvyukov, golang-codereviews https://codereview.appspot.com/177750043
* [dev.cc] runtime: convert parallel support code from C to GoRuss Cox2014-11-111-0/+13
The conversion was done with an automated tool and then modified only as necessary to make it compile and run. [This CL is part of the removal of C code from package runtime. See golang.org/s/dev.cc for an overview.] LGTM=r R=r, austin CC=dvyukov, golang-codereviews, iant, khr https://codereview.appspot.com/172250043