]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/export_test.go
runtime: donate racectx to g0 in ReadMetricsSlow
[gostls13.git] / src / runtime / export_test.go
2023-11-03 Michael Anthony... runtime: donate racectx to g0 in ReadMetricsSlow
2023-11-03 Michael Anthony... runtime: eliminate possible stack movements in ReadMetr...
2023-11-02 Joel Singruntime: add crash stack support for riscv64
2023-10-26 Cherry Muiruntime: print a stack trace at "morestack on g0"
2023-10-24 qiulaidongfengruntime: use max/min func
2023-10-14 Ian Lance Taylorruntime: use real type size in map keys and values...
2023-10-09 Keith Randallmap: use correct load factor for deciding when to grow
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-10-02 Michael Anthony... runtime: delete hugepage tracking dead code
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-08 Cherry Muiruntime: unskip TestG0StackOverflow
2023-08-22 Michael Anthony... runtime: avoid MADV_HUGEPAGE for heap memory
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-17 Russ Coxruntime: change mutex profile to count every blocked...
2023-08-15 Nick Ripleyruntime: restore caller's frame pointer when recovering...
2023-08-11 Keith Randallruntime: test that write barriers are correctly marked...
2023-08-09 Cuong Manh Lecmd/compile: mark instantiated functions from package...
2023-05-31 Michael Anthony... runtime: fix race in BenchmarkSetType* benchmarks
2023-05-22 Felix Geisendörferruntime: rename getcallerfp to getfp
2023-05-19 Michael Anthony... runtime: emit STW events for all pauses, not just those...
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-19 Michael Anthony... runtime: make the memory limit heap goal headroom propo...
2023-05-12 Cherry Muireflect: do not escape Value.Type
2023-05-12 Felix Geisendörferruntime: remove unused skip arg from fpTracebackPCs
2023-05-11 Michael PrattRevert "runtime: rename getcallerfp to getfp"
2023-05-11 Felix Geisendörferruntime: rename getcallerfp to getfp
2023-05-11 David Chaseruntime: move per-type types to internal/abi
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-05-03 Felix Geisendörferruntime: add test for systemstack frame pointer adjustment
2023-04-20 Michael Anthony... runtime: bring back minHeapIdx in scavenge index
2023-04-19 Michael Anthony... runtime: manage huge pages explicitly
2023-03-30 Felix Geisendörferruntime: add a benchmark of FPCallers
2023-03-21 Austin Clementsruntime: for deep stacks, print both the top 50 and...
2023-03-10 Austin Clementsruntime: new API for filling PC traceback buffers
2023-02-21 Nick Ripleyruntime: record parent goroutine ID, and print it in...
2022-11-17 Keith Randallruntime: fix conflict between lfstack and checkptr
2022-11-01 Austin Clementsruntime: skip TestArenaCollision on failed reservation
2022-10-14 Michael Prattcmd/compile,cmd/link,runtime: add start line numbers...
2022-10-12 Michael Anthony... arena: add experimental arena package
2022-10-12 Michael Anthony... runtime: add safe arena support to the runtime
2022-09-16 Michael Anthony... runtime/metrics: add /sync/mutex/wait/total:seconds...
2022-09-16 Michael Anthony... runtime: shrink time histogram buckets
2022-09-05 Leonard Wangruntime: refactor finalizer goroutine status
2022-08-31 cuiweixieruntime: convert semaRoot.nwait to atomic type
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-12 Michael Prattruntime: convert timeHistogram to atomic types
2022-08-08 Michael Prattruntime: convert gcController.globalsScan to atomic...
2022-08-08 Michael Prattruntime: convert gcController.maxStackScan to atomic...
2022-08-08 Michael Prattruntime: convert gcController.heapScan to atomic type
2022-08-08 Michael Prattruntime: convert gcController.heapLive to atomic type
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Michael Prattruntime: trivial replacements of g in remaining files
2022-08-02 Michael Prattruntime: rename _p_ to pp
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-29 Michael Prattruntime: add race annotations to metricsSema
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-16 Michael Anthony... runtime: write much more direct test for semaphore...
2022-06-03 Michael Anthony... runtime: only use CPU time from the current window...
2022-05-27 Michael Anthony... runtime: cancel mark and scavenge assists if the limite...
2022-05-13 Michael Anthony... runtime: make CPU limiter assist time much less error...
2022-05-12 Keith Randallruntime: measure stack usage; start stacks larger if...
2022-05-03 Michael Anthony... runtime: use Escape instead of escape in export_test.go
2022-05-03 Michael Anthony... runtime: redesign scavenging algorithm
2022-05-03 Michael Anthony... runtime: set the heap goal from the memory limit
2022-05-03 Michael Anthony... runtime: check the heap goal and trigger dynamically
2022-05-03 Michael Anthony... runtime: rewrite pacer max trigger calculation
2022-05-03 Michael Anthony... runtime: move inconsistent memstats into gcController
2022-05-03 Michael Anthony... runtime: track how much memory is mapped in the Ready...
2022-05-03 Michael Anthony... runtime: add a non-functional memory limit to the pacer
2022-05-03 Michael Anthony... runtime: add byte count parser for GOMEMLIMIT
2022-05-03 Michael Knyszekruntime: add GC CPU utilization limiter
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Austin Clementsruntime: clean up escaping in tests
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-26 Michael Anthony... runtime: refactor the scavenger and make it testable
2022-04-26 Michael Anthony... runtime: reduce max idle mark workers during periodic...
2022-04-25 Austin Clementsruntime: fix stack-move sensitivity in some tests
2022-04-20 zhangyunhaoruntime: add fastrand64
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Michael Anthony... runtime: remove old pacer and the PacerRedesign goexper...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-10 Michael Anthony... runtime: make piController much more defensive about...
2022-02-10 Michael Anthony... runtime: simplify histogram buckets considerably
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-24 Michael Prattruntime: replace TestFutexsleep with TestTimediv
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-12-06 Michael Anthony... runtime: set iOS addr space to 40 bits with incremental...
2021-11-29 Austin Clementsruntime: fix preemption sensitivity in TestTinyAllocIss...
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Michael Anthony... runtime: don't hold the heap lock while scavenging
2021-11-04 Michael Anthony... runtime: implement GC pacer redesign
2021-11-01 Michael Anthony... runtime: disable pacer lock held assertions in tests
2021-10-29 Michael Knyszekruntime: add testing framework and basic tests for...
2021-10-20 Michael Anthony... runtime: retype mheap.pagesInUse as atomic.Uint64
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-02 Carlo Alberto Ferrarisruntime: constify a test variable
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
next