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

Issue 12049043: code review 12049043: runtime: fix linux/arm 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 linux/arm build notetsleep: nosplit stack overflow 128 assumed on entry to notetsleep 80 after notetsleep uses 48 44 after runtime.futexsleep uses 36 -12 after runtime.timediv uses 56

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 a3b4c12ebd6d https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/pkg/runtime/lock_futex.c View 1 3 chunks +6 lines, -4 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/
11 years, 11 months ago (2013-07-29 18:49:31 UTC) #1
rsc
LGTM I feel like I'm reading awk code.
11 years, 11 months ago (2013-07-29 18:57:38 UTC) #2
dvyukov
11 years, 11 months ago (2013-07-29 19:01:06 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=228f08ed12f7 ***

runtime: fix linux/arm build
notetsleep: nosplit stack overflow
        128	assumed on entry to notetsleep
        80	after notetsleep uses 48
        44	after runtime.futexsleep uses 36
        -12	after runtime.timediv uses 56

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

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