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

Issue 10242045: code review 10242045: runtime: remove unused moreframesize_minalloc field (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by dvyukov
Modified:
12 years ago
Reviewers:
dave
CC:
golang-dev, dave_cheney.net
Visibility:
Public.

Description

runtime: remove unused moreframesize_minalloc field It was used to request large stack segment for GC when it was running not on g0. Now GC is running on g0 with large stack, and it is not needed anymore.

Patch Set 1 #

Patch Set 2 : diff -r 52d53d0e177e https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 52d53d0e177e https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 71375a634b9a https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -12 lines) Patch
M src/pkg/runtime/runtime.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/runtime/stack.c View 1 2 chunks +3 lines, -11 lines 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
12 years ago (2013-06-14 08:40:38 UTC) #1
dave_cheney.net
On 2013/06/14 08:40:38, dvyukov wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
12 years ago (2013-06-15 09:40:43 UTC) #2
dvyukov
12 years ago (2013-06-15 12:04:37 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=b5808d92a1c7 ***

runtime: remove unused moreframesize_minalloc field
It was used to request large stack segment for GC
when it was running not on g0.
Now GC is running on g0 with large stack,
and it is not needed anymore.

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

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