Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-28 | runtime: Multiplex goroutines onto OS threads. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r181772 | |||||
2011-11-22 | runtime: New lock/note implementation. | Ian Lance Taylor | 1 | -6/+0 | |
From-SVN: r181633 | |||||
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r180552 | |||||
2011-04-04 | libgo: Always initialize semaphores. | Rainer Orth | 1 | -0/+6 | |
2011-04-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR go/48222 * runtime/malloc.goc (runtime_mallocinit): Call runtime_Mprof_Init, runtime_initfintab. * runtime/cpuprof.c (runtime_cpuprofinit): New function. * runtime/runtime.h (runtime_cpuprofinit): Declare it. * runtime/go-main.c (main): Use it. From-SVN: r171960 | |||||
2011-03-27 | Add runtime profiling infrastructure, not yet working. | Ian Lance Taylor | 1 | -0/+432 | |
From-SVN: r171579 |