aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/mgc0.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-20runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-2/+9
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-8/+0
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor1-13/+31
2012-02-10runtime: Save all registers on stack for GC scan.Ian Lance Taylor1-0/+4
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor1-3/+4
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor1-55/+5
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-0/+1
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-51/+193
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-6/+0
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor1-2/+2
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-1/+2
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-115/+519
2011-09-16Update Go library to r60.Ian Lance Taylor1-11/+31
2011-05-20Update to current version of Go library.Ian Lance Taylor1-1/+6
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-174/+597
2011-01-21Remove the types float and complex.Ian Lance Taylor1-17/+4
2010-12-17Rework locking code to split stack much less.Ian Lance Taylor1-10/+10
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+405