Gopher Robot submitted the change with unreviewed changes![Open in Gerrit]()
Unreviewed changes
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/runtime/list.go
Insertions: 7, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: src/runtime/list_manual.go
Insertions: 7, Deletions: 1.
The diff is too large to show. Please review the diff.
```
Change information
Commit message:
runtime: reusable intrusive doubly-linked list
Unfortunately we have two nearly identical types. One for standard types
and one for sys.NotInHeap types or cases that must avoid write barriers.
The latter must use uintptr fields, as assignment to unsafe.Pointer
fields generates a write barrier.
Change-Id: I6a6a636c62d83fa93b991033c7108d3b934412ac
Files:
- M src/runtime/export_test.go
- A src/runtime/list.go
- A src/runtime/list_manual.go
- A src/runtime/list_manual_test.go
- A src/runtime/list_test.go
Change size: L
Delta: 5 files changed, 949 insertions(+), 0 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Michael Knyszek
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I6a6a636c62d83fa93b991033c7108d3b934412ac
Gerrit-Change-Number: 714020
Gerrit-PatchSet: 12