Skip to content

Commit bd1b2a1

Browse files
committed
doc: add more links
1 parent eafd9e4 commit bd1b2a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ Error handling includes two separate works: error values and error formatting. H
654654
+ [cl/112990043](https://codereview.appspot.com/112990043/) runtime: fine-grained locking in select
655655
+ [cl/110580043](https://codereview.appspot.com/110580043/) runtime: add fast paths to non-blocking channel operations
656656
- [issue/8898](https://go.dev/issue/8898) runtime: special case timer channels
657+
+ [issue/61542](https://go.dev/issue/61542) time: stop requiring Timer/Ticker.Stop for prompt GC
657658
- [issue/9120](https://go.dev/issue/9120) runtime: remove implementation restriction on channel element size
658659
- [issue/37196](https://go.dev/issue/37196) time: make Timer/Ticker channels not receivable with old values after Stop or Reset returns
659660
- [issue/8903](https://go.dev/issue/8903) runtime: make chan-based generators faster.
@@ -751,6 +752,7 @@ Error handling includes two separate works: error values and error formatting. H
751752
- [issue/57433](https://go.dev/issue/57433) slices: new standard library package based on x/exp/slices
752753
- [issue/51259](https://go.dev/issue/51259) proposal: spec: support for struct members in interface/constraint syntax
753754
- [issue/50285](https://go.dev/issue/50285) proposal: generic should infer type from variable definition
755+
- [issue/66651](https://go.dev/issue/66651) proposal: spec: variadic type parameters
754756

755757
### Iterator
756758

@@ -898,6 +900,8 @@ in Go 1.15 and Go 1.16.
898900
- [design/go15trace](https://go.dev/s/go15trace) Dmitry Vyukov. Go Execution Tracer. Oct 2014
899901
- [design/tracefmt](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.yr4qxyxotyw) nduca@, dsinclair@. Trace Event Format. October 2016.
900902
- [issue/54466](https://go.dev/issue/54466) runtime: rewrite gentraceback as an iterator API
903+
- [issue/57175](https://go.dev/issue/57175) runtime: diagnostics improvements tracking issue
904+
901905
[Back To Top](#top)
902906

903907
### Lock Analysis
@@ -989,6 +993,7 @@ in Go 1.15 and Go 1.16.
989993
- [issue/48803](https://go.dev/issue/48803) all: Go compiler/runtime performance monitoring system
990994
- [issue/49121](https://go.dev/issue/49121) x/perf/storage: support postgres for db
991995
- [issue/61179](https://go.dev/issue/61179) proposal: testing: add identity function that forces evaluation for benchmarks
996+
- [issue/67434](https://go.dev/issue/67434) proposal: testing/synctest: new package for testing concurrent code
992997

993998
<!-- - Tool chain, benchseries/benchstat -->
994999

@@ -1091,6 +1096,12 @@ to user threads, bitmap-based page allocator, scalable mcentral.
10911096
- [issue/46787](https://go.dev/issue/46787) runtime: provide Pinner API for object pinning
10921097
- [issue/51317](https://go.dev/issue/51317) proposal: arena: new package providing memory arenas
10931098
- [issue/59960](https://go.dev/issue/59960) runtime: improve heap hugepage utilization
1099+
- [issue/62483](https://go.dev/issue/62483) unique: new package with unique.Handle
1100+
- [repo/unsafe-assuming-no-moving-gc](https://github.com/go4org/unsafe-assume-no-moving-gc) go4.org/unsafe/assume-no-moving-gc
1101+
- [cl/498121](https://go.dev/cl/498121) runtime: add heapObjectsCanMove
1102+
- [cl/498261](https://go.dev/cl/498261) runtime: change heapObjectsCanMove to a func
1103+
1104+
10941105
[Back To Top](#top)
10951106

10961107
#### Collector
@@ -1162,6 +1173,8 @@ to user threads, bitmap-based page allocator, scalable mcentral.
11621173
- [issue/19812](https://go.dev/issue/19812) runtime: cannot ReadMemStats during GC
11631174
- [issue/38712](https://go.dev/issue/38712) runtime: TestMemStats is flaky
11641175
- [issue/40459](https://go.dev/issue/40459) runtime: ReadMemStats called in a loop may prevent GC
1176+
- [issue/50285](https://go.dev/issue/50285) proposal: runtime/metrics: define a recommended set of metrics
1177+
- [issue/15490](https://go.dev/issue/15490) runtime/metrics: add goroutine state counts, total goroutines created, total threads
11651178

11661179
[Back To Top](#top)
11671180

@@ -1327,6 +1340,7 @@ Code Comprehension and Refactoring Tools. October 2, 2015.
13271340
+ [cl/131815](https://go.dev/cl/131815) errgroup: handle runtime.Goexit from child goroutines
13281341
+ [issue/15758](https://go.dev/issue/15758) testing: complain loudly during concurrent use of T.FatalX and T.SkipX
13291342
+ [issue/25448](https://go.dev/issue/25448) proposal: promote panic(nil) to non-nil panic value
1343+
+ [issue/53757](https://go.dev/issue/53757) x/sync/errgroup: propagate panics and Goexits through Wait
13301344

13311345
#### atomic
13321346

0 commit comments

Comments
 (0)