]> Cypherpunks repositories - gostls13.git/commit
runtime: use 3x fewer nanotime calls in garbage collection
authorRuss Cox <rsc@golang.org>
Wed, 9 Apr 2014 14:38:12 +0000 (10:38 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 9 Apr 2014 14:38:12 +0000 (10:38 -0400)
commit95ee7d6414c4a9a5da95ecb4fbefc3ac3e570d06
tree9e06a5453b6ae9719399f145211c238f0660527b
parentc9133e32f68008a0edb586fe71479a8f326d4505
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
src/pkg/runtime/mgc0.c