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
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
2018-02-15
runtime: use spanOf* more widely
Austin Clements
2018-02-15
runtime: split object finding out of heapBitsForObject
Austin Clements
2018-02-15
runtime: replace mlookup and findObject with heapBitsForObject
Austin Clements
2018-02-13
runtime: eliminate all writebarrierptr* calls
Austin Clements
2017-12-11
runtime: mark heapBits.bits nosplit
Austin Clements
2017-10-30
runtime: use buffered write barrier for bulkBarrierPreWrite
Austin Clements
2017-08-08
runtime: remove unused prefetch functions
Martin Möhrmann
2017-06-05
runtime: avoid division in gc
Ilya Tocar
2017-05-12
runtime: print debug info on "base out of range"
Austin Clements
2017-04-28
runtime: eliminate heapBitsSetTypeNoScan
Austin Clements
2017-04-28
runtime: eliminate heapBits.hasPointers
Austin Clements
2017-04-28
runtime: separate spans of noscan objects
Austin Clements
2017-04-13
runtime: eliminate write barriers from alloc/mark bitmaps
Austin Clements
2017-04-13
runtime: rename _MSpanStack -> _MSpanManual
Austin Clements
2017-04-11
runtime: consolidate changes to arena_used
Austin Clements
2017-03-16
cmd/compile: intrinsics for math/bits.TrailingZerosX
Keith Randall
2017-03-07
runtime: print SP/FP on bad pointer crashes
Austin Clements
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-03-03
runtime: simplify sweep allocation counting
Austin Clements
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-06
runtime: remove markBits.clearMarkedNonAtomic
Ian Lance Taylor
2016-11-01
runtime: access modules via a slice
David Crawshaw
2016-10-30
runtime: compute size classes statically
Keith Randall
2016-10-28
runtime: implement unconditional hybrid barrier
Austin Clements
2016-10-28
runtime: remove unnecessary step from bulkBarrierPreWrite
Austin Clements
2016-10-28
runtime: perform write barrier before pointer write
Austin Clements
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-10-25
runtime: consolidate h_spans and mheap_.spans
Austin Clements
2016-10-24
runtime: make mspan.isFree do what's on the tin
Austin Clements
2016-10-04
runtime: correct function name in throw message
Nick Craig-Wood
2016-10-03
runtime: fix missing space in error message
Austin Clements
2016-09-21
runtime: remove unnecessary atomics from heapBitSetType
Austin Clements
2016-09-06
runtime: don't hard-code physical page size
Austin Clements
2016-09-06
runtime: clean up more traces of the old mark bit
Austin Clements
2016-09-02
runtime: rename variable
Gleb Stepanov
[prev]
[next]