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

Issue 7098049: code review 7098049: cmd/gc: allow registerization of temporaries created by... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by remyoudompheng
Modified:
12 years, 3 months ago
Reviewers:
CC:
rsc, lvd2, golang-dev, dave_cheney.net
Visibility:
Public.

Description

cmd/gc: allow registerization of temporaries created by inlining. Names beginning with a dot are ignored by optimizers.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/cmd/gc/dcl.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/gc/inl.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
remyoudompheng
Hello rsc@golang.org, lvd@gmail.com, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2013-01-12 07:37:39 UTC) #1
remyoudompheng
Unspaghettifies things a bit for issue 4397. Before: --- prog list "main" --- 0010 (test.go:7) ...
12 years, 3 months ago (2013-01-12 07:39:31 UTC) #2
dave_cheney.net
ooh, I think there is an issue relating to this registered. On Saturday, January 12, ...
12 years, 3 months ago (2013-01-12 07:40:38 UTC) #3
rsc
LGTM
12 years, 3 months ago (2013-01-18 20:20:02 UTC) #4
remyoudompheng
12 years, 3 months ago (2013-01-18 21:25:22 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=3660e51167b8 ***

cmd/gc: allow registerization of temporaries created by inlining.

Names beginning with a dot are ignored by optimizers.

R=rsc, lvd, golang-dev, dave
CC=golang-dev
https://codereview.appspot.com/7098049
Sign in to reply to this message.

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