]> Cypherpunks repositories - gostls13.git/commit
6g tweaks
authorRuss Cox <rsc@golang.org>
Tue, 5 May 2009 23:53:46 +0000 (16:53 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 5 May 2009 23:53:46 +0000 (16:53 -0700)
commitf821e3c7c3a309ebdc1e3dbf4026b41c54e99d28
tree827a9fef6b13482e7f2af8fd61fed0aaf950d74e
parentb8dd218e2e3990de7645755ce3d182b01929b98f
6g tweaks
* byteastring is no longer used
* do not generate ODCL, OAS for globals
  (wasn't generating any code but might
  save one or two init functions)
* do not call self from Init function

R=ken
OCL=28309
CL=28309
src/cmd/gc/builtin.c.boot
src/cmd/gc/dcl.c
src/cmd/gc/go.y
src/cmd/gc/sys.go
src/runtime/string.c