]> Cypherpunks repositories - gostls13.git/commit
gc: frame compaction for arm.
authorLuuk van Dijk <lvd@golang.org>
Tue, 14 Jun 2011 15:03:37 +0000 (17:03 +0200)
committerLuuk van Dijk <lvd@golang.org>
Tue, 14 Jun 2011 15:03:37 +0000 (17:03 +0200)
commit2ad42a82496afa45cc362a65e3e5c70d9578de78
tree38a0cdeb6ec6e6761634ec21db1764af6a19128a
parent4d0f2e9195304e595c706de381d4a59d6f6f72bf
gc: frame compaction for arm.

Required moving some parts of gc/pgen.c to ?g/ggen.c

on linux tests pass for all 3 architectures, and
frames are actually compacted (diagnostic code for
that has been removed from the CL).

R=rsc
CC=golang-dev
https://golang.org/cl/4571071
src/cmd/5g/ggen.c
src/cmd/6g/ggen.c
src/cmd/8g/ggen.c
src/cmd/gc/go.h
src/cmd/gc/pgen.c