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

Issue 38650043: code review 38650043: cmd/gc: do not generate dead value maps yet (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by cshapiro
Modified:
11 years, 7 months ago
Reviewers:
iant
CC:
golang-dev, iant, cshapiro1
Visibility:
Public.

Description

cmd/gc: do not generate dead value maps yet We are not clearing dead values in the garbage collector so it is not worth the RSS cost to materialize the data and write it out to the binary.

Patch Set 1 #

Patch Set 2 : diff -r 56e413ce0289 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 56e413ce0289 https://code.google.com/p/go/ #

Total comments: 2

Patch Set 4 : diff -r 31bb8d7e107d https://code.google.com/p/go/ #

Patch Set 5 : diff -r 31bb8d7e107d https://code.google.com/p/go/ #

Patch Set 6 : diff -r 31bb8d7e107d https://code.google.com/p/go/ #

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

Messages

Total messages: 4
cshapiro
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 7 months ago (2013-12-06 23:08:43 UTC) #1
iant
LGTM https://codereview.appspot.com/38650043/diff/40001/src/cmd/gc/pgen.c File src/cmd/gc/pgen.c (right): https://codereview.appspot.com/38650043/diff/40001/src/cmd/gc/pgen.c#newcode156 src/cmd/gc/pgen.c:156: if(0) Perhaps a comment? /* Don't build gcdead ...
11 years, 7 months ago (2013-12-06 23:37:19 UTC) #2
cshapiro1
https://codereview.appspot.com/38650043/diff/40001/src/cmd/gc/pgen.c File src/cmd/gc/pgen.c (right): https://codereview.appspot.com/38650043/diff/40001/src/cmd/gc/pgen.c#newcode156 src/cmd/gc/pgen.c:156: if(0) Good idea. I've added a comment with some ...
11 years, 7 months ago (2013-12-06 23:44:51 UTC) #3
cshapiro
11 years, 7 months ago (2013-12-06 23:49:50 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=5298d82f682f ***

cmd/gc: do not generate dead value maps yet

We are not clearing dead values in the garbage collector so it
is not worth the RSS cost to materialize the data and write it
out to the binary.

R=golang-dev, iant, cshapiro
CC=golang-dev
https://codereview.appspot.com/38650043
Sign in to reply to this message.

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