An error occurred fetching the project authors.
- 03 Jun, 2009 1 commit
-
-
Russ Cox authored
move PtrSize value into 6l/8l files. R=r DELTA=78 (47 added, 15 deleted, 16 changed) OCL=29729 CL=29798
-
- 31 Mar, 2009 1 commit
-
-
Russ Cox authored
into gc directory, where it gets included as ../gc/ldbody this is similar to the assemblers including ../cc/lexbody and ../cc/macbody. * hook go-specific loader code into 8l. * make current 8.out.h and 6.out.h backward compatible with plan 9's versions. i had added some constants in the middle of enums and have now moved them to the end. this keeps us from invalidating old .8 and .6 files. not sure how much it really matters, but easy to do. R=r DELTA=1314 (667 added, 623 deleted, 24 changed) OCL=26938 CL=26941
-
- 05 Feb, 2009 1 commit
-
-
Russ Cox authored
is not right if the .6 is only for data and the init function. instead of that, pick up everything and let the dead code/data eliminator throw away the parts that weren't useful. R=r DELTA=25 (0 added, 22 deleted, 3 changed) OCL=24446 CL=24446
-
- 21 Jan, 2009 1 commit
-
-
Russ Cox authored
cuts simple test binary by 7%. would be more except for reflection. R=r DELTA=126 (117 added, 4 deleted, 5 changed) OCL=23163 CL=23237
-
- 20 Jan, 2009 2 commits
-
-
Russ Cox authored
(makes go libraries behave more like c libraries.) R=r DELTA=85 (67 added, 12 deleted, 6 changed) OCL=23133 CL=23139
-
Russ Cox authored
they end up in the symbol table with type==0 if they are in a library but not pulled in. also add a few debugging prints. R=r DELTA=11 (5 added, 1 deleted, 5 changed) OCL=23104 CL=23108
-
- 15 Jan, 2009 1 commit
-
-
Rob Pike authored
silently miscompiling. R=rsc OCL=22872 CL=22872
-
- 21 Nov, 2008 1 commit
-
-
Russ Cox authored
* add gotype string to symbol table * fill in gotype in 6l for known funcs/vars * print gotype with nm -t * load symbol and pc/ln tables into memory at magic address 0x99<<32. * add sys.symdat() to retrieve raw bytes of symbol table and pc/ln table. most of this should be considered experimental and subject to change. R=r DELTA=157 (128 added, 0 deleted, 29 changed) OCL=19746 CL=19750
-
- 15 Nov, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=129 (81 added, 0 deleted, 48 changed) OCL=19283 CL=19291
-
- 06 Nov, 2008 1 commit
-
-
Russ Cox authored
accomodate empty type table in 6l. R=r DELTA=10 (2 added, 8 deleted, 0 changed) OCL=18601 CL=18605
-
- 04 Nov, 2008 1 commit
-
-
Russ Cox authored
add sys.unreflect, which uses gotypesigs. R=r DELTA=170 (152 added, 12 deleted, 6 changed) OCL=18396 CL=18404
-
- 30 Oct, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=13 (5 added, 0 deleted, 8 changed) OCL=18190 CL=18192
-
- 21 Oct, 2008 2 commits