]> Cypherpunks repositories - gostls13.git/commit
runtime: rename FlagNoPointers to FlagNoScan. Better represents
authorKeith Randall <khr@golang.org>
Sat, 24 Aug 2013 00:28:47 +0000 (17:28 -0700)
committerKeith Randall <khr@golang.org>
Sat, 24 Aug 2013 00:28:47 +0000 (17:28 -0700)
commitd0dd420a245763494ec564d8163724a2a6d374f4
tree447288f9744304f91c298f0d80e4ba4f8265f89c
parentb15a64e35de8bee777564a6553853238605d2556
runtime: rename FlagNoPointers to FlagNoScan.  Better represents
the use of the flag, especially for objects which actually do have
pointers but we don't want the GC to scan them.

R=golang-dev, cshapiro
CC=golang-dev
https://golang.org/cl/13181045
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc.h
src/pkg/runtime/mfinal.c
src/pkg/runtime/mgc0.c
src/pkg/runtime/string.goc