summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/mgc0.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-2892/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-726/+1088
2014-03-03Imported Upstream version 1.2.1upstream/1.2.1Michael Stapelberg1-1/+4
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-346/+458
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser1-5/+9
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-123/+273
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-456/+1435
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-1/+0
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-182/+555
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+910
2011-09-13Imported Upstream version 60Ondřej Surý1-881/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-4/+36
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-5/+0
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-10/+51
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-173/+554
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+5
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-91/+136
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-12/+31
2010-04-21runtime: switch state back to Grunning after recoveryRuss Cox1-1/+1
2010-04-08runtime: fix bad status throwRuss Cox1-0/+1
2010-04-07runtime: use explicit flag when finalizer goroutine is waitingRuss Cox1-1/+6
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-92/+91
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-10/+14
2010-03-08runtime: clock garbage collection on bytes allocated, not pages in useRuss Cox1-4/+13
2010-02-10runtime: delete MHeapMapCache, which is uselessRuss Cox1-1/+1
2010-02-10runtime: tighten garbage collectorRuss Cox1-59/+97
2010-02-10runtime: garbage collection + malloc performanceRuss Cox1-27/+23
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-11/+23
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+7
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-43/+87
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox1-1/+1
2010-01-06runtime: close TODO now that 8c bug is fixedRuss Cox1-11/+3
2010-01-06Ported runtime to Windows.Hector Chu1-3/+11
2009-12-07runtime: don't touch pages of memory unnecessarily.Russ Cox1-2/+5
2009-12-03runtime: malloc fixesRuss Cox1-3/+12
2009-08-20FFI step 2: can ask for libc.so.6.Russ Cox1-1/+2
2009-08-14runtime gc bug.Russ Cox1-2/+2
2009-07-27fix gc bug causing make smoketest to die in cmd/gofmt.Russ Cox1-5/+6
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-0/+3
2009-06-17runtime: stack growth adjustments, cleanupRuss Cox1-3/+3
2009-06-15fix another gc bug, one that i have only imagined,Russ Cox1-0/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+231