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

Issue 4167041: code review 4167041: runtime: fix memory allocation on 386 (Closed)

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

Description

runtime: fix memory allocation on 386 BSD and Darwin require an extra page between end and the first mapping, and Windows has various memory in the way too. Fixes issue 1464.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 770fc1179efc https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M src/pkg/runtime/malloc.goc View 1 2 3 1 chunk +10 lines, -4 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
14 years, 1 month ago (2011-02-09 19:51:52 UTC) #1
r2
LGTM
14 years, 1 month ago (2011-02-09 20:07:44 UTC) #2
rsc
14 years, 1 month ago (2011-02-09 20:08:34 UTC) #3
*** Submitted as f05e2996c990 ***

runtime: fix memory allocation on 386

BSD and Darwin require an extra page between
end and the first mapping, and Windows has various
memory in the way too.

Fixes issue 1464.

R=r, r2
CC=golang-dev
http://codereview.appspot.com/4167041
Sign in to reply to this message.

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