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

Issue 2201044: code review 2201044: 6l/8l: global and local variables and type info. (Closed)

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

Description

6l/8l: global and local variables and type info.

Patch Set 1 #

Patch Set 2 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 3 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 4 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 5 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 6 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 7 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 8 : code review 2201044: 6l/8l: global and local variables and type info. #

Total comments: 39

Patch Set 9 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 10 : code review 2201044: 6l/8l: global and local variables and type info. #

Total comments: 4

Patch Set 11 : code review 2201044: 6l/8l: global and local variables and type info. #

Patch Set 12 : code review 2201044: 6l/8l: global and local variables and type info. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1041 lines, -87 lines) Patch
M src/cmd/ld/dwarf.h View 2 chunks +7 lines, -7 lines 0 comments Download
M src/cmd/ld/dwarf.c View 1 2 3 4 5 6 7 8 9 10 11 30 chunks +1018 lines, -76 lines 0 comments Download
M src/cmd/ld/dwarf_defs.h View 8 chunks +14 lines, -2 lines 0 comments Download
M src/cmd/ld/elf.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/pkg/runtime/type.go View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9
lvd
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 8 months ago (2010-10-21 17:16:21 UTC) #1
rsc1
looking forward to this http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c#newcode4 src/cmd/ld/dwarf.c:4: // make this line blank ...
14 years, 8 months ago (2010-10-21 19:51:43 UTC) #2
lvd
after this is in i should maybe spend some time on a page on golang.org ...
14 years, 8 months ago (2010-10-21 22:46:43 UTC) #3
lvd
all done. still need to go over the decoding for 8l. http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): ...
14 years, 8 months ago (2010-10-22 13:20:13 UTC) #4
lvd
On Fri, Oct 22, 2010 at 15:20, <lvd@google.com> wrote: > all done. still need to ...
14 years, 8 months ago (2010-10-24 19:35:59 UTC) #5
lvd
gdb now complains warning: Loadable segment ".interp" outside of ELF segments but everything seems to ...
14 years, 8 months ago (2010-10-24 19:39:26 UTC) #6
rsc1
LGTM after fixes below http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c#newcode1630 src/cmd/ld/dwarf.c:1630: vlong here = cpos(); On ...
14 years, 8 months ago (2010-10-24 19:45:44 UTC) #7
lvd
all done and submitting. http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c File src/cmd/ld/dwarf.c (right): http://codereview.appspot.com/2201044/diff/21001/src/cmd/ld/dwarf.c#newcode1630 src/cmd/ld/dwarf.c:1630: vlong here = cpos(); On ...
14 years, 8 months ago (2010-10-24 21:05:29 UTC) #8
lvd
14 years, 8 months ago (2010-10-24 21:07:59 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=a7b35b61a59e ***

6l/8l: global and local variables and type info.

R=rsc
CC=golang-dev
http://codereview.appspot.com/2201044
Sign in to reply to this message.

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