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

Issue 12047043: code review 12047043: runtime: fix freebsd build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by dvyukov
Modified:
11 years, 11 months ago
Reviewers:
rsc
CC:
golang-dev, rsc
Visibility:
Public.

Description

runtime: fix freebsd build notetsleep: nosplit stack overflow 120 assumed on entry to notetsleep 80 after notetsleep uses 40 72 on entry to runtime.futexsleep 16 after runtime.futexsleep uses 56 8 on entry to runtime.printf -16 after runtime.printf uses 24

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M src/pkg/runtime/os_freebsd.c View 1 1 chunk +7 lines, -1 line 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/
11 years, 11 months ago (2013-07-29 18:40:23 UTC) #1
rsc
LGTM
11 years, 11 months ago (2013-07-29 18:57:11 UTC) #2
dvyukov
11 years, 11 months ago (2013-07-29 18:58:40 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=f7227e00050f ***

runtime: fix freebsd build
notetsleep: nosplit stack overflow
        120	assumed on entry to notetsleep
        80	after notetsleep uses 40
        72	on entry to runtime.futexsleep
        16	after runtime.futexsleep uses 56
        8	on entry to runtime.printf
        -16	after runtime.printf uses 24

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

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