Ian Lance Taylor
|
f3ab5720f7
|
libgo: Use -fgo-pkgpath.
From-SVN: r187485
|
2012-05-14 22:08:42 +00:00 |
|
Ian Lance Taylor
|
737087cbc8
|
runtime: Multiplex goroutines onto OS threads.
From-SVN: r181772
|
2011-11-28 05:45:49 +00:00 |
|
Ian Lance Taylor
|
48e7d50e9f
|
runtime: New lock/note implementation.
From-SVN: r181633
|
2011-11-22 20:24:44 +00:00 |
|
Ian Lance Taylor
|
d8f412571f
|
Update Go library to last weekly.
From-SVN: r180552
|
2011-10-26 23:57:58 +00:00 |
|
Rainer Orth
|
06ec98415a
|
libgo: Always initialize semaphores.
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-04-04 23:43:59 +00:00 |
|
Ian Lance Taylor
|
c29301d6b1
|
Add runtime profiling infrastructure, not yet working.
From-SVN: r171579
|
2011-03-27 19:14:55 +00:00 |
|