1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/runtime
Russ Cox 0d3a043de9 more 386 runtime - can run tiny c programs.
R=r
DELTA=1926  (1727 added, 168 deleted, 31 changed)
OCL=26876
CL=26878
2009-03-30 00:01:07 -07:00
..
386 more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
amd64 more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
darwin fix build: 2009-03-24 16:04:25 -07:00
linux more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
array.c print(array) 2008-12-18 22:17:05 -08:00
cgo2c.c move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
chan.c add test for close/closed, fix a few implementation bugs. 2009-03-23 18:50:35 -07:00
float_go.cgo move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
float.c move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
hashmap.c allow range on nil maps 2009-03-23 18:32:37 -07:00
hashmap.h range statement 2008-12-05 18:24:05 -08:00
iface.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
Makefile more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
malloc_go.cgo gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
malloc.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
malloc.h more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
mcache.c malloc bug fixes. 2008-12-19 03:13:39 -08:00
mcentral.c gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
mem.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
mfixalloc.c Use explicit allspan list instead of 2009-01-28 15:22:16 -08:00
mgc0.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
mheap.c split heapmap, which is specific to 64-bit pointer addresses, 2009-03-24 15:11:56 -07:00
mheapmap32.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
mheapmap32.h more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
mheapmap64.c split heapmap, which is specific to 64-bit pointer addresses, 2009-03-24 15:11:56 -07:00
mheapmap64.h split heapmap, which is specific to 64-bit pointer addresses, 2009-03-24 15:11:56 -07:00
msize.c embarassing bug in allocator: 2009-03-20 16:34:13 -07:00
print.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
proc.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
rune.c casify, cleanup sys 2009-01-16 14:58:14 -08:00
runtime.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
runtime.h more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00
sema_go.cgo move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
sema.c move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
string.c minor tweaks 2009-02-02 18:59:20 -08:00
symtab.c more 386 runtime - can run tiny c programs. 2009-03-30 00:01:07 -07:00