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
2022-08-09
Revert "runtime: process ptr bitmaps one word at a time"
Keith Randall
2022-08-08
runtime: process ptr bitmaps one word at a time
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
2022-08-02
runtime: trivial replacements of _g_ in GC files
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-05
runtime: change sys.PtrSize to goarch.PtrSize in comments
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-15
reflect: make Elem panic on bad notinheap pointers
Keith Randall
2021-10-07
runtime,sync: using fastrandn instead of modulo reduction
Meng Zhuo
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-06-03
[dev.typeparams] runtime: crash the GC at clobberdead pointer on ARM64
Cherry Mui
2021-04-20
runtime: crash the GC when clobberdead pointer is seen
Cherry Zhang
2021-03-12
runtime: simplify divmagic for span calculations
Matthew Dempsky
2020-10-26
runtime: make the span allocation purpose more explicit
Michael Anthony Knyszek
2020-09-14
runtime: add 24 byte allocation size class
Martin Möhrmann
2020-08-17
runtime: move checkmarks to a separate bitmap
Austin Clements
2020-08-17
runtime: simplify heapBitsSetType doubleCheck
Austin Clements
2020-03-23
runtime: use OnesCount64 to count allocated objects in a span
Michael Anthony Knyszek
2020-03-20
runtime: fix rounding in materializeGCProg
Austin Clements
2019-10-31
runtime: atomically set span state and use as publication barrier
Austin Clements
2019-10-31
runtime: fully initialize span in alloc_m
Austin Clements
2019-10-26
runtime: mark findObject nosplit
Cuong Manh Le
2019-10-26
runtime: factor out debug.invalidptr case in findObject
Cuong Manh Le
2019-10-26
runtime: simplify findObject bad pointer checking condition
Cuong Manh Le
2019-05-05
all: remove commented-out print statements
Iskander Sharipov
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-09
runtime: undo manual inlining of mbits.setMarked
Austin Clements
2018-10-03
cmd/compile,runtime: remove ambiguously live logic
Keith Randall
2018-10-03
cmd/compile,runtime: implement stack objects
Keith Randall
2018-09-26
runtime: rename _MSpan* constants to mSpan*
Austin Clements
2018-08-24
runtime: do not execute write barrier on newly allocated slice in growslice
Martin Möhrmann
2018-05-21
runtime: fix bitmap copying corner-cases
Austin Clements
2018-05-14
runtime: unify fetching of locals and arguments maps
Austin Clements
2018-04-29
runtime: iterate over set bits in adjustpointers
Josh Bleecher Snyder
2018-04-29
runtime: use entry stack map at function entry
Austin Clements
2018-03-26
runtime: fix comment typo
Zhou Peng
2018-03-02
runtime: fix typo, func comments should start with function name
Zhou Peng
2018-02-23
runtime: support a two-level arena map
Austin Clements
2018-02-23
runtime: rename "arena index" to "arena map"
Austin Clements
2018-02-21
runtime: clarify address space limit constants and comments
Austin Clements
2018-02-21
runtime: abstract indexing of arena index
Austin Clements
2018-02-21
runtime: simplify bulkBarrierPreWrite
Austin Clements
2018-02-15
runtime: eliminate most uses of mheap_.arena_*
Austin Clements
2018-02-15
runtime: make the heap bitmap sparse
Austin Clements
2018-02-15
runtime: fix various contiguous bitmap assumptions
Austin Clements
2018-02-15
runtime: lay out heap bitmap forward in memory
Austin Clements
[prev]
[next]