]> Cypherpunks repositories - gostls13.git/commit
runtime: make allp a static array
authorRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 20:41:08 +0000 (16:41 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 20:41:08 +0000 (16:41 -0400)
commit858c57f5bd2170abe71cbbf505966cd648935d00
tree479223dc455f81fd393cc40717d85c588a675edc
parent3a7f6646cfdc19ca4f33efe48d33eb1731b49ca8
runtime: make allp a static array

It is anyway, just an allocated one.
Giving it a sized type makes Go access nicer.

LGTM=iant
R=dvyukov, iant
CC=golang-codereviews
https://golang.org/cl/139960043
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h