1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:11:21 -06:00
go/src/cmd/cc
Carl Shapiro 2db5e4bb0b cmd/cc: use a temporary bitmap when constructing pointer maps
This change makes the way cc constructs pointer maps closer to
what gc does and is being done in preparation for changes to
the internal content of the pointer map such as a change to
distinguish interface pointers from ordinary pointers.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12692043
2013-08-09 13:02:33 -07:00
..
acid.c 8c: fixes for Plan 9 build 2011-07-01 09:50:24 -04:00
bits.c 8c: fixes for Plan 9 build 2011-07-01 09:50:24 -04:00
bv.c cmd/cc: use a temporary bitmap when constructing pointer maps 2013-08-09 13:02:33 -07:00
cc.h cmd/cc: use a temporary bitmap when constructing pointer maps 2013-08-09 13:02:33 -07:00
cc.y cmd/cc: support 21-bit runes in wide string constants 2013-06-04 16:30:55 -07:00
com64.c cmd/cc: grow some global arrays 2012-02-23 22:45:55 -05:00
com.c cmd/cc: support 21-bit runes in wide string constants 2013-06-04 16:30:55 -07:00
dcl.c cmd/cc: support 21-bit runes in wide string constants 2013-06-04 16:30:55 -07:00
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
dpchk.c cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamic 2013-03-06 16:57:14 -05:00
funct.c all: fix typos 2013-06-09 21:50:24 +08:00
godefs.c cmd/cc: map C int to int32 in Go defs 2012-10-06 13:56:12 +08:00
lex.c cmd/cc: restore correct meaning of %Q 2013-08-08 21:06:06 -04:00
lexbody cmd/cc: fix lexbody for negative chars 2013-06-10 16:13:25 -04:00
mac.c cc: fixes for Plan 9 build 2011-07-13 16:01:29 -07:00
macbody cmd/cgo, cmd/ld: new cgo object file section 2013-03-01 00:27:57 -05:00
Makefile cmd/cc: add PREFETCH built-in (like SET, USED) 2012-05-02 16:22:56 -04:00
omachcap.c 8c: fixes for Plan 9 build 2011-07-01 09:50:24 -04:00
pgen.c cmd/cc: use a temporary bitmap when constructing pointer maps 2013-08-09 13:02:33 -07:00
pswt.c all: fix typos 2013-06-09 21:50:24 +08:00
scon.c cmd/cc: fix uint right shift in constant evaluation 2012-05-25 00:08:52 +08:00
sub.c cmd/cc: support 21-bit runes in wide string constants 2013-06-04 16:30:55 -07:00
y.tab.c cmd/cc: support 21-bit runes in wide string constants 2013-06-04 16:30:55 -07:00
y.tab.h cmd/cc: support 21-bit runes in wide string constants 2013-06-04 16:30:55 -07:00