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-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
2016-05-14
runtime: improve heapBitsSetType documentation
Austin Clements
2016-05-09
runtime: fix some out of date comments in bitmap code
Austin Clements
2016-05-07
runtime: use entire address space on 32 bit
Elias Naur
2016-05-01
runtime: update some comments
Austin Clements
2016-04-30
runtime: reclaim scan/dead bit in first word
Austin Clements
2016-04-30
runtime: avoid conditional execution in morePointers and isPointer
Austin Clements
2016-04-29
[dev.garbage] runtime: eliminate mspan.start
Austin Clements
2016-04-29
[dev.garbage] runtime: use sys.Ctz64 intrinsic
Rick Hudson
2016-04-29
[dev.garbage] runtime: restructure alloc and mark bits
Rick Hudson
2016-04-27
[dev.garbage] Merge remote-tracking branch 'origin/master' into HEAD
Rick Hudson
2016-04-27
[dev.garbage] runtime: cleanup and optimize span.base()
Rick Hudson
2016-04-27
[dev.garbage] runtime: remove heapBitsSweepSpan
Rick Hudson
2016-04-27
[dev.garbage] runtime: add bit and cache ctz64 (count trailing zero)
Rick Hudson
2016-04-27
[dev.garbage] runtime: logic that uses count trailing zero (ctz)
Rick Hudson
2016-04-27
[dev.garbage] runtime: allocate directly from GC mark bits
Rick Hudson
[prev]
[next]