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

Issue 2400041: code review 2400041: bug in stack size in arm. (Closed)

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

Description

bug in stack size in arm. stack is off by one if calling through reflect.Call

Patch Set 1 #

Patch Set 2 : code review 2400041: bug in stack size in arm. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -14 lines) Patch
M src/pkg/runtime/arm/asm.s View 4 chunks +13 lines, -11 lines 0 comments Download
M src/pkg/runtime/proc.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
ken3
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2010-10-08 23:46:03 UTC) #1
ken3
*** Submitted as http://code.google.com/p/go/source/detail?r=8c52477401ad *** bug in stack size in arm. stack is off by ...
14 years, 5 months ago (2010-10-08 23:46:11 UTC) #2
rsc
14 years, 5 months ago (2010-10-11 01:02:24 UTC) #3
LGTM

> +void   gogocall(Gobuf*, void(*)(void), int64);

should probably be int32.
the arm code at least only looks at the bottom 32 bits
Sign in to reply to this message.

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