]> Cypherpunks repositories - gostls13.git/commit
runtime: add lock-free stack
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 12 Apr 2012 07:49:25 +0000 (11:49 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 12 Apr 2012 07:49:25 +0000 (11:49 +0400)
commita5dc7793c0fba8d6c81098248a4fc2e8b0ddad34
tree9b2d1479d8c9ec3e79c9effceadf9bbef152a216
parent2d0d3d8f9efadcad71537b046e31f45a4b0a7844
runtime: add lock-free stack
This is factored out part of the:
https://golang.org/cl/5279048/
(parallel GC)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5993043
src/pkg/runtime/export_test.go
src/pkg/runtime/lfstack.c [new file with mode: 0644]
src/pkg/runtime/lfstack_test.go [new file with mode: 0644]
src/pkg/runtime/runtime.h