]> Cypherpunks repositories - gostls13.git/commit
runtime: fix memory allocator for GOMAXPROCS > 1
authorRuss Cox <rsc@golang.org>
Wed, 16 Feb 2011 18:21:20 +0000 (13:21 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 16 Feb 2011 18:21:20 +0000 (13:21 -0500)
commit250977690bbd86b7af22b4feb69c409996d3d3f5
tree9f9086ee85a94eb8083f1b685ed916beecc9c61c
parent677935034962a5a89eb92fdfe5d96b41cf5e6b71
runtime: fix memory allocator for GOMAXPROCS > 1

Bitmaps were not being updated safely.
Depends on 4188053.

Fixes #1504.
May fix issue 1479.

R=r, r2
CC=golang-dev
https://golang.org/cl/4184048
src/pkg/runtime/malloc.goc
src/pkg/runtime/mgc0.c