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

Issue 9665046: code review 9665046: runtime: update comment on stack allocator (Closed)

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

Description

runtime: update comment on stack allocator

Patch Set 1 #

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

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

Total comments: 3

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

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

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

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

Messages

Total messages: 5
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, 1 month ago (2013-05-25 17:47:24 UTC) #1
r
LGTM, just a little englishtweakingness https://codereview.appspot.com/9665046/diff/5001/src/pkg/runtime/stack.c File src/pkg/runtime/stack.c (right): https://codereview.appspot.com/9665046/diff/5001/src/pkg/runtime/stack.c#newcode87 src/pkg/runtime/stack.c:87: // so that we ...
12 years, 1 month ago (2013-05-25 18:29:46 UTC) #2
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=ca166884c853 *** runtime: update comment on stack allocator R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9665046 ...
12 years, 1 month ago (2013-05-25 18:47:46 UTC) #3
dvyukov
12 years, 1 month ago (2013-05-25 18:48:07 UTC) #4
dvyukov
12 years, 1 month ago (2013-05-25 18:48:40 UTC) #5
Message was sent while issue was closed.
https://codereview.appspot.com/9665046/diff/5001/src/pkg/runtime/stack.c
File src/pkg/runtime/stack.c (right):

https://codereview.appspot.com/9665046/diff/5001/src/pkg/runtime/stack.c#newc...
src/pkg/runtime/stack.c:87: // so that we do not deadlock).
On 2013/05/25 18:47:46, dvyukov wrote:
> On 2013/05/25 18:29:46, r wrote:
> > Stacks are usually allocated with a fixed-size free-list allocator, but if
we
> > need a stack of non-standard...
> 
> Done.

Done.
Sign in to reply to this message.

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