]> Cypherpunks repositories - gostls13.git/commit
runtime: switch to 64-bit goroutine ids
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 26 Oct 2012 06:13:06 +0000 (10:13 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 26 Oct 2012 06:13:06 +0000 (10:13 +0400)
commit320df44f04928285fa55a20d07864d366052b823
tree4806fb78e2fc14e3a44b29e3f249aa1e79cece96
parent335eef85c33d80c068db766b0841a12d7c1e6d79
runtime: switch to 64-bit goroutine ids
Fixes #4275.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6759053
src/pkg/runtime/mgc0.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c