1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:10:13 -06:00
The Go programming language
Go to file
Austin Clements 155fe7925b Add stack frame support. Architectures are now responsible
for decoding closures.  There is now no notion of a current OS
thread, though that needs to come back in the form of a
current Go thread.  As a result, Process now implements Peek
and Poke and maps them to any stopped OS thread, since they
all share the address space anyways.

R=rsc
APPROVED=rsc
DELTA=322  (310 added, 3 deleted, 9 changed)
OCL=34136
CL=34201
2009-09-01 13:01:37 -07:00
doc remove leftover forward-decl syntax and example 2009-08-31 17:57:14 -07:00
include convert C runtime to 32-bit runes; 2009-08-31 16:38:50 -07:00
lib/godoc associate const and var declarations with a type where possible 2009-08-31 10:47:34 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src don't show exported methods of non-exported types 2009-09-01 11:56:42 -07:00
test Match gccgo error messages. 2009-08-31 21:39:08 -07:00
usr Add stack frame support. Architectures are now responsible 2009-09-01 13:01:37 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00