Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1072)

Issue 4571071: code review 4571071: gc: frame compaction for arm. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by lvd
Modified:
13 years, 9 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

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).

Patch Set 1 #

Patch Set 2 : diff -r a1af950dcb9c https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r a1af950dcb9c https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r a1af950dcb9c https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 4dd9d1a59ff9 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -22 lines) Patch
M src/cmd/5g/ggen.c View 1 1 chunk +26 lines, -0 lines 0 comments Download
M src/cmd/6g/ggen.c View 1 1 chunk +26 lines, -0 lines 0 comments Download
M src/cmd/8g/ggen.c View 1 1 chunk +26 lines, -0 lines 0 comments Download
M src/cmd/gc/go.h View 1 3 chunks +3 lines, -1 line 0 comments Download
M src/cmd/gc/pgen.c View 1 5 chunks +5 lines, -21 lines 0 comments Download

Messages

Total messages: 3
lvd
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-14 14:39:11 UTC) #1
rsc
LGTM
13 years, 9 months ago (2011-06-14 14:40:06 UTC) #2
lvd
13 years, 9 months ago (2011-06-14 15:03:40 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=313b509c1a53 ***

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
http://codereview.appspot.com/4571071
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b