]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/mbitmap.go
runtime: break out system-specific constants into package sys
[gostls13.git] / src / runtime / mbitmap.go
2015-11-12 Michael Matloobruntime: break out system-specific constants into packa...
2015-11-12 Matthew Dempskyruntime: rewrite lots of foo_Bar(f, ...) into f.bar...
2015-11-10 Michael Matloobruntime: break atomics out into package runtime/interna...
2015-10-22 Austin Clementsruntime: add pcvalue cache to improve stack scan speed
2015-10-21 Matthew Dempskyruntime: make iface/eface handling more type safe
2015-09-22 Austin Clementsruntime: fix offset in invalidptr panic message
2015-09-18 Austin Clementsruntime: improve invalid pointer error message
2015-08-07 Russ Coxruntime: make sure heapBitsBulkBarrier cannot be preempted
2015-07-29 Russ Coxruntime: set invalidptr=1 by default, as documented go1.5beta3
2015-07-29 Russ Coxruntime: reenable bad pointer check in GC
2015-07-16 Russ CoxRevert "runtime: diagnose invalid pointers during GC"
2015-07-15 Russ Coxruntime: diagnose invalid pointers during GC
2015-06-26 Austin Clementsruntime: repeat bitmap for slice of GCprog n-1 times...
2015-06-23 Austin Clementsruntime: fix heap bitmap repeating with large scalar...
2015-06-22 Rick Hudsonruntime: remove race and increase precision in pointer...
2015-06-15 Russ Coxruntime: use type-based write barrier for remote stack...
2015-06-11 Russ Coxruntime: wait to update arena_used until after mapping...
2015-06-11 Ainar Garipovall: fix misprints in comments
2015-06-08 Russ Coxruntime: avoid fault in heapBitsBulkBarrier
2015-06-07 Austin Clementsruntime: unwind stack barriers when writing above the...
2015-05-21 Russ Coxruntime: fix callwritebarrier
2015-05-16 Russ Coxruntime: replace GC programs with simpler encoding...
2015-05-15 Russ Coxruntime: test and fix heap bitmap for 1-pointer allocat...
2015-05-15 Russ Coxruntime: optimize heapBitsBulkBarrier a tiny amount
2015-05-14 Russ Coxruntime: keep pointer bits set always in 1-word spans
2015-05-14 Russ Coxruntime: rewrite addb/subtractb to be simpler to compil...
2015-05-14 Russ Coxruntime: skip atomics in heapBitsSetType when GC is...
2015-05-11 Russ Coxruntime: use heap bitmap for typedmemmove
2015-05-11 Russ Coxruntime: zero entire bitmap for object, even past dead...
2015-05-11 Russ Coxruntime: reorder bits in heap bitmap bytes
2015-05-11 Russ Coxruntime: reintroduce ``dead'' space during GC scan
2015-05-11 Russ Coxruntime: optimize heapBitsSetType
2015-05-11 Russ Coxruntime: use 2-bit heap bitmap (in place of 4-bit)
2015-05-11 Russ Coxruntime: use 1-bit pointer bitmaps in type representation
2015-05-01 Russ Coxcmd/internal/gc, runtime: use 1-bit bitmap for stack...
2015-04-24 Rick Hudsonruntime: Fix bug due to elided return.
2015-04-20 Rick Hudsonruntime: Speed up heapBitsForObject
2015-04-10 Michael Hudson-Doyleruntime, cmd/internal/ld: rename themoduledata to first...
2015-04-10 Michael Hudson-Doyleruntime, reflect: support multiple moduledata objects
2015-03-31 Michael Hudson-Doyleruntime, cmd/internal/ld: change runtime to use a singl...
2015-03-04 Rick Hudsonruntime: Remove boundary bit logic.
2015-03-04 Russ Coxruntime: use multiply instead of divide in heapBitsForO...
2015-02-27 Austin Clementsruntime: trivial clean ups to greyobject
2015-02-25 Keith Randallruntime: handle holes in the heap
2015-02-23 Russ Coxall: merge dev.cc (a91c2e0) into master
2015-02-23 Austin Clementsruntime: eliminate unnecessary assumption in heapBitsFo...
2015-02-20 Russ Cox[dev.cc] all: merge master (5868ce3) into dev.cc
2015-02-19 Russ Coxruntime: reorganize memory code
2015-01-19 Russ Coxruntime: factor out bitmap, finalizer code from malloc/mgc