diff options
| author | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2013-05-27 08:11:59 +0200 |
|---|---|---|
| committer | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2013-05-27 08:11:59 +0200 |
| commit | e017e0cb24f9c5ea4c0e2b7479e4b411e4882dcf (patch) | |
| tree | 73ec7950d22b460dbeeb5f3df6ebe1fa98fe8104 /src/pkg/runtime/malloc.h | |
| parent | 20c524c5e29282d3c91e8155c496865dee2c3c73 (diff) | |
| download | go-e017e0cb24f9c5ea4c0e2b7479e4b411e4882dcf.tar.xz | |
runtime: flag static variables as no-pointers
Variables in data sections of 32-bit executables interfere with
garbage collector's ability to free objects and/or unnecessarily
slow down the garbage collector.
This changeset moves some static variables to .noptr sections.
'files' in symtab.c is now allocated dynamically.
R=golang-dev, dvyukov, minux.ma
CC=golang-dev
https://golang.org/cl/9786044
Diffstat (limited to 'src/pkg/runtime/malloc.h')
0 files changed, 0 insertions, 0 deletions
