1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:11:22 -06:00
go/src
Russ Cox 95ee7d6414 runtime: use 3x fewer nanotime calls in garbage collection
Cuts the number of calls from 6 to 2 in the non-debug case.

LGTM=iant
R=golang-codereviews, iant
CC=0intro, aram, golang-codereviews, khr
https://golang.org/cl/86040043
2014-04-09 10:38:12 -04:00
..
cmd cmd/gc: drop { } around single-line if-statement body 2014-04-09 15:39:28 +02:00
lib9 lib9/utf: bring C environment up to Unicode 6.3.0 2014-02-25 17:49:32 -08:00
libbio libbio, libmach: warnings from the Plan 9 tool chain 2014-04-07 08:40:13 -07:00
liblink liblink: remove code that is never executed 2014-04-07 22:12:26 -07:00
libmach libbio, libmach: warnings from the Plan 9 tool chain 2014-04-07 08:40:13 -07:00
pkg runtime: use 3x fewer nanotime calls in garbage collection 2014-04-09 10:38:12 -04:00
all.bash
all.bat
all.rc
clean.bash
clean.bat
clean.rc
make.bash cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabled 2014-02-06 09:11:00 -08:00
make.bat
Make.dist
make.rc lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
race.bash race.bash, race.bat: build a race enabled cmd/cgo before trying to use it 2013-09-29 10:34:41 +10:00
race.bat race.bat: set exit status 2013-12-17 15:09:42 +04:00
run.bash build: remove depdenency on GNU make 2014-04-07 11:34:35 +10:00
run.bat run.bash: explain why we set GOMAXPROCS for runtime test 2014-03-06 13:16:14 +04:00
run.rc run.bash: explain why we set GOMAXPROCS for runtime test 2014-03-06 13:16:14 +04:00
sudo.bash