1
0
mirror of https://github.com/golang/go synced 2024-11-23 09:10:08 -07:00
go/misc
Russ Cox fc46931442 runtime: remove untyped allocation of ParFor
Now it's two allocations. I don't see much downside to that,
since the two pieces were in different cache lines anyway.

Rename 'conservative' to 'cgo_conservative_type' and make
clear that _cgo_allocate is the only allowed user.

This depends on CL 141490043, which removes the other
use of conservative (in defer).

LGTM=dvyukov, iant
R=khr, dvyukov, iant
CC=golang-codereviews, rlh
https://golang.org/cl/139610043
2014-09-16 11:03:11 -04:00
..
android build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
arm
cgo runtime: remove untyped allocation of ParFor 2014-09-16 11:03:11 -04:00
chrome/gophertool
dashboard/codereview
git
linkcheck misc/linkcheck: better redirect handling, use meaningful exit code 2013-10-25 17:31:02 +03:00
makerelease build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
nacl build: more adjustments for move from src/pkg to src 2014-09-08 00:22:40 -04:00
swig cmd/go: add any .c/.cc files to the SWIG shared library 2013-10-09 10:35:46 -07:00
benchcmp benchcmp: leave a forwarding script 2014-03-31 16:39:41 -04:00
editors misc: delete editor and shell support 2014-07-01 09:21:25 -07:00
pprof misc/pprof: support web profiles on windows/MinGW 2014-07-23 10:35:04 -07:00