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

Issue 7741050: code review 7741050: pkg/runtime: ignore runtime.memlimit when allocating heap (Closed)

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

Description

pkg/runtime: ignore runtime.memlimit when allocating heap For Go 1.1, stop checking the rlimit, because it broke now that mheap is allocated using SysAlloc. See issue 5049.

Patch Set 1 #

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

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

Messages

Total messages: 3
iant
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 1 month ago (2013-03-26 20:41:03 UTC) #1
r
LGTM
11 years, 1 month ago (2013-03-26 20:44:13 UTC) #2
iant
11 years, 1 month ago (2013-03-26 21:01:19 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=7e0a61d4b081 ***

pkg/runtime: ignore runtime.memlimit when allocating heap

For Go 1.1, stop checking the rlimit, because it broke now
that mheap is allocated using SysAlloc.  See issue 5049.

R=r
CC=golang-dev
https://codereview.appspot.com/7741050
Sign in to reply to this message.

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