aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-go.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-668/+0
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-8/+6
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-1/+2
2011-09-16Update Go library to r60.Ian Lance Taylor1-8/+21
2011-03-07Avoid race condition manipulating heap when goroutine exits.Ian Lance Taylor1-8/+15
2011-01-22Avoid crash when M structure free just before thread exit.Ian Lance Taylor1-0/+7
2011-01-22libgo: Adjust deadlock avoidance.Ian Lance Taylor1-9/+9
2011-01-21Avoid deadlock when finalizer lock is held during gc.Ian Lance Taylor1-0/+9
2011-01-05re PR go/46959 (M68K Not Supported by Go)Ian Lance Taylor1-17/+2
2010-12-14Release cache while holding thread lock.Ian Lance Taylor1-5/+4
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+649