]> Cypherpunks repositories - gostls13.git/commit
runtime: allocate internal symbol table eagerly
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 28 May 2013 17:10:10 +0000 (21:10 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 28 May 2013 17:10:10 +0000 (21:10 +0400)
commit081129e286fcda2c9525dd08bd90ff6883df0698
treecf4796afa58ed6a03d82b5d46dd67b2f996e1d7d
parent4d6bfcf24504bb2de0bf63bf43ad703ba808a3e9
runtime: allocate internal symbol table eagerly
we need it for GC anyway.

R=golang-dev, khr, dave, khr
CC=golang-dev
https://golang.org/cl/9728044
src/pkg/runtime/cpuprof.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/symtab.c