index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mbitmap_allocheaders.go
Age
Commit message (
Expand
)
Author
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-27
all: make use of builtin clear
Jes Cok
2024-01-11
runtime: ensure we free unrolled GC bitmaps
Keith Randall
2024-01-11
runtime: don't mark unrolled bitmap type as having a gc program
Keith Randall
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-17
runtime: put allocation headers back at the start the object
Michael Anthony Knyszek
2023-11-16
runtime: optimize bulkBarrierPreWrite with allocheaders
Michael Anthony Knyszek
2023-11-16
runtime: fix liveness issue in test-only getgcmask
Michael Anthony Knyszek
2023-11-10
runtime: fix user arena heap bits writing on big endian platforms
Michael Anthony Knyszek
2023-11-09
runtime: make alloc headers footers instead
Michael Anthony Knyszek
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-09
runtime: add the allocation headers GOEXPERIMENT and fork files
Michael Anthony Knyszek