diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-30 08:40:56 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-30 08:40:56 +0400 |
| commit | d4df63c3e8f37aa6ea033bae8937673460915279 (patch) | |
| tree | 33dd50564846828c1828019fd9c6930c92679ebf /src/pkg/runtime/stack.c | |
| parent | 1a976f1576f2220ca78cb7094b2fea3e88a8b4ad (diff) | |
| download | go-d4df63c3e8f37aa6ea033bae8937673460915279.tar.xz | |
runtime: convert type algorithms to Go
Actually it mostly deletes code -- alg.print and alg.copy go away.
There was only one usage of alg.print for debug purposes.
Alg.copy is used in chan.goc, but Keith replaces them with
memcopy during conversion, so alg.copy is not needed as well.
Converting them would be significant amount of work
for no visible benefit.
LGTM=crawshaw, rsc, khr
R=golang-codereviews, crawshaw, khr
CC=golang-codereviews, rsc
https://golang.org/cl/139930044
Diffstat (limited to 'src/pkg/runtime/stack.c')
0 files changed, 0 insertions, 0 deletions
