summaryrefslogtreecommitdiff
path: root/src/runtime/map_fast32.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-3/+3
* [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui2021-05-211-5/+6
* runtime: code cleanup about mapmengxiaodong2020-09-301-4/+4
* runtime: rotate map key seed on clearing up mapsCuong Manh Le2020-09-071-0/+5
* runtime: avoid memclr call for keys in mapdelete_fastMartin Möhrmann2020-08-171-2/+6
* cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall2019-09-031-9/+9
* all: refer to map elements as elements instead of valuesJosh Bleecher Snyder2019-04-301-19/+19
* runtime: remove kindNoPointersKeith Randall2019-03-251-4/+4
* runtime: during map delete, update entries after new last elementKeith Randall2018-11-131-1/+31
* runtime: exit early when scanning map bucketsKeith Randall2018-10-311-7/+16
* runtime: catch concurrent stacks more oftenZachary Amsden2018-08-221-3/+3
* cmd/compile: map delete should clear value alwaysVladimir Kuzmin2018-06-261-2/+3
* runtime: move map fast functions into type specific filesMartin Möhrmann2018-02-171-0/+412