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

Issue 199096: code review 199096: 6l: move mapped symbol table lower in memory (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by adg
Modified:
15 years, 1 month ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

6l: move mapped symbol table lower in memory Allows binary to run on some Linux system. Fix for issue 365.

Patch Set 1 #

Patch Set 2 : code review 199096: A malloc at a distant location upset some linux kernels. #

Patch Set 3 : code review 199096: 6l: move mapped symbol table lower in memory #

Patch Set 4 : code review 199096: 6l: move mapped symbol table lower in memory #

Patch Set 5 : code review 199096: 6l: move mapped symbol table lower in memory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -8 lines) Patch
M src/cmd/5l/asm.c View 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/6l/asm.c View 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/lib.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/symtab.c View 1 2 1 chunk +1 line, -6 lines 0 comments Download

Messages

Total messages: 5
adg
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-02-04 01:45:56 UTC) #1
rsc
> Description: > A malloc at a distant location upset some linux kernels. > Solution: ...
15 years, 1 month ago (2010-02-04 01:51:51 UTC) #2
adg
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 1 month ago (2010-02-04 04:08:42 UTC) #3
rsc
LGTM
15 years, 1 month ago (2010-02-04 04:11:59 UTC) #4
adg
15 years, 1 month ago (2010-02-04 20:46:14 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=0cdceeba29f2 ***

6l: move mapped symbol table lower in memory
Allows binary to run on some Linux system.

Fix for issue 365.

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

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