]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/mbitmap.go
runtime: add the allocation headers GOEXPERIMENT and fork files
[gostls13.git] / src / runtime / mbitmap.go
2023-11-09 Michael Anthony... runtime: add the allocation headers GOEXPERIMENT and...
2023-11-07 Mauri de Souza Men... cmd/compile,runtime: dedup writeBarrier needed
2023-11-02 Michael Anthony... runtime: move userArenaHeapBitsSetType into mbitmap.go
2023-11-02 Michael Anthony... runtime: split out pointer/scalar metadata from heapArena
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-07 Austin ClementsRevert "runtime: drop stack-allocated pcvalueCaches"
2023-08-07 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-11 David Chaseruntime: move per-type types to internal/abi
2023-05-11 David Chaseruntime: redefine _type to abi.Type; add rtype for...
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-03-10 Austin Clementsruntime: replace all callback uses of gentraceback...
2023-02-17 Keith Randallruntime: remove the restriction that write barrier...
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2022-11-15 Cherry Muiruntime: make GC see object as allocated after it is...
2022-11-14 Michael KnyszekRevert "runtime: delay incrementing freeindex in malloc"
2022-11-11 Cherry Muiruntime: delay incrementing freeindex in malloc
2022-10-26 cui fliterruntime: fix a few function names on comments
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-12 Michael Anthony... runtime: add safe arena support to the runtime
2022-09-02 Austin Clementsruntime: make getStackMap a method of stkframe
2022-08-23 Keith Randallruntime: initialize pointer bits of noscan spans
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-17 hopehookruntime: gofmt -w -s
2022-08-16 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-09 Keith RandallRevert "runtime: process ptr bitmaps one word at a...
2022-08-08 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in GC files
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-05 Ian Lance Taylorruntime: change sys.PtrSize to goarch.PtrSize in comments
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-15 Keith Randallreflect: make Elem panic on bad notinheap pointers
2021-10-07 Meng Zhuoruntime,sync: using fastrandn instead of modulo reduction
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-03 Cherry Mui[dev.typeparams] runtime: crash the GC at clobberdead...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-20 Cherry Zhangruntime: crash the GC when clobberdead pointer is seen
2021-03-12 Matthew Dempskyruntime: simplify divmagic for span calculations
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-26 Michael Anthony... runtime: make the span allocation purpose more explicit
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-14 Martin Möhrmannruntime: add 24 byte allocation size class
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-17 Austin Clementsruntime: move checkmarks to a separate bitmap
2020-08-17 Austin Clementsruntime: simplify heapBitsSetType doubleCheck
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-23 Michael Anthony... runtime: use OnesCount64 to count allocated objects...
2020-03-20 Austin Clementsruntime: fix rounding in materializeGCProg
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-31 Austin Clementsruntime: atomically set span state and use as publicati...
2019-10-31 Austin Clementsruntime: fully initialize span in alloc_m
2019-10-26 Cuong Manh Leruntime: mark findObject nosplit
2019-10-26 Cuong Manh Leruntime: factor out debug.invalidptr case in findObject
2019-10-26 Cuong Manh Leruntime: simplify findObject bad pointer checking condition
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-05 Iskander Sharipovall: remove commented-out print statements
2019-03-25 Keith Randallruntime: remove kindNoPointers
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-02 Tobias Klauserall: use "reports whether" consistently instead of...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Brad Fitzpatrickall: use "reports whether" consistently in the few...
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-09 Austin Clementsruntime: undo manual inlining of mbits.setMarked
next