]> Cypherpunks repositories - gostls13.git/commit
runtime: update field types in preparation for GC changes
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 30 May 2012 17:07:52 +0000 (13:07 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 30 May 2012 17:07:52 +0000 (13:07 -0400)
commit334bf95f9e66a1751692c0bdcee2c03183d89375
tree2014a70f7eb5a3fe4b9e0939efae9635fd6af245
parent586b6dfa465d83ea86d2f725b2c4416f9d32c917
runtime: update field types in preparation for GC changes

R=rsc, remyoudompheng, minux.ma, ality
CC=golang-dev
https://golang.org/cl/6242061
12 files changed:
src/pkg/runtime/cgocall.c
src/pkg/runtime/mgc0.c
src/pkg/runtime/mprof.goc
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/thread_darwin.c
src/pkg/runtime/thread_freebsd.c
src/pkg/runtime/thread_linux.c
src/pkg/runtime/thread_netbsd.c
src/pkg/runtime/thread_openbsd.c
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c