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.go
Age
Commit message (
Expand
)
Author
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-18
runtime: make explicit nil check in heapSetTypeSmallHeader
Michael Pratt
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-07-25
runtime: rename scanobject to scanObject
Michael Anthony Knyszek
2025-05-20
runtime: prevent unnecessary zeroing of large objects with pointers
Michael Anthony Knyszek
2025-05-20
runtime: only update freeIndexForScan outside of the mark phase
Michael Anthony Knyszek
2025-05-14
runtime: improve scan inner loop
Keith Randall
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-23
runtime: move some malloc constants to internal/runtime/gc
Michael Anthony Knyszek
2024-11-18
runtime: get rid of gc programs for types
Keith Randall
2024-10-25
runtime: fix mallocgc for asan
Michael Anthony Knyszek
2024-10-21
runtime: specialize heapSetType
Michael Anthony Knyszek
2024-10-21
runtime: optimize 8-byte allocation pointer data writing
Michael Anthony Knyszek
2024-10-21
runtime: don't call span.heapBits in writeHeapBitsSmall
Michael Anthony Knyszek
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-04-09
runtime: make zeroing of large objects containing pointers preemptible
Michael Anthony Knyszek
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-11-29
runtime: docfix countAlloc
Peter Feichtinger
2023-11-09
runtime: add the allocation headers GOEXPERIMENT and fork files
Michael Anthony Knyszek
2023-11-07
cmd/compile,runtime: dedup writeBarrier needed
Mauri de Souza Meneguzzo
2023-11-02
runtime: move userArenaHeapBitsSetType into mbitmap.go
Michael Anthony Knyszek
2023-11-02
runtime: split out pointer/scalar metadata from heapArena
Michael Anthony Knyszek
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-08-21
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-08-07
Revert "runtime: drop stack-allocated pcvalueCaches"
Austin Clements
2023-08-07
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-05-19
runtime: implement Pinner API for object pinning
Sven Anderson
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-11
runtime: redefine _type to abi.Type; add rtype for methods.
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-03-10
runtime: replace all callback uses of gentraceback with unwinder
Austin Clements
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-11-15
runtime: make GC see object as allocated after it is initialized
Cherry Mui
2022-11-14
Revert "runtime: delay incrementing freeindex in malloc"
Michael Knyszek
2022-11-11
runtime: delay incrementing freeindex in malloc
Cherry Mui
2022-10-26
runtime: fix a few function names on comments
cui fliter
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-09-02
runtime: make getStackMap a method of stkframe
Austin Clements
2022-08-23
runtime: initialize pointer bits of noscan spans
Keith Randall
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-08-17
runtime: gofmt -w -s
hopehook
2022-08-16
runtime: process ptr bitmaps one word at a time
Keith Randall
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-09
Revert "runtime: process ptr bitmaps one word at a time"
Keith Randall
[next]