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

Issue 9251043: code review 9251043: runtime: make arm signal handler call runtime.badsignal (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by minux1
Modified:
11 years, 9 months ago
Reviewers:
capnm, dave, iant
CC:
golang-dev, iant, capnm, dave_cheney.net
Visibility:
Public.

Description

runtime: make arm signal handler call runtime.badsignal In preparation for CL 9249043 (already submitted). Fixes issue 5553.

Patch Set 1 #

Patch Set 2 : diff -r 3aed68ee68dc https://code.google.com/p/go/ #

Patch Set 3 : diff -r 3aed68ee68dc https://code.google.com/p/go/ #

Patch Set 4 : diff -r cd75cc2f6871 https://code.google.com/p/go/ #

Patch Set 5 : diff -r cd75cc2f6871 https://code.google.com/p/go/ #

Total comments: 2

Patch Set 6 : diff -r 139919984600 https://code.google.com/p/go/ #

Patch Set 7 : diff -r 139919984600 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -3 lines) Patch
M src/pkg/runtime/sys_freebsd_arm.s View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/sys_linux_arm.s View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/runtime/sys_netbsd_arm.s View 1 2 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 5
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 10 months ago (2013-05-21 20:57:21 UTC) #1
iant
LGTM https://codereview.appspot.com/9251043/diff/8001/src/pkg/runtime/sys_freebsd_arm.s File src/pkg/runtime/sys_freebsd_arm.s (right): https://codereview.appspot.com/9251043/diff/8001/src/pkg/runtime/sys_freebsd_arm.s#newcode162 src/pkg/runtime/sys_freebsd_arm.s:162: CMP $0, m This is the only occurrence ...
11 years, 9 months ago (2013-05-21 22:21:37 UTC) #2
capnm
LGTM + fixes Issue 5553 uname -a Linux rpi 3.6.11+ #452 PREEMPT Fri May 17 ...
11 years, 9 months ago (2013-05-24 12:33:25 UTC) #3
dave_cheney.net
LGTM. Please add Fixes issue 5553.
11 years, 9 months ago (2013-05-24 12:52:50 UTC) #4
minux1
11 years, 9 months ago (2013-05-27 12:47:07 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=fae6ab78c055 ***

runtime: make arm signal handler call runtime.badsignal
In preparation for CL 9249043 (already submitted).

Fixes issue 5553.

R=golang-dev, iant, capnm9, dave
CC=golang-dev
https://codereview.appspot.com/9251043

https://codereview.appspot.com/9251043/diff/8001/src/pkg/runtime/sys_freebsd_...
File src/pkg/runtime/sys_freebsd_arm.s (right):

https://codereview.appspot.com/9251043/diff/8001/src/pkg/runtime/sys_freebsd_...
src/pkg/runtime/sys_freebsd_arm.s:162: CMP $0, m
On 2013/05/21 22:21:37, iant wrote:
> This is the only occurrence of m in this file.  I wonder if it would be
clearer
> to use R9 here.  Or whether we should (in a different CL) replace R9 with m
and
> R10 with g where appropriate.
I will send a CL to replace R9 and R10 with m and g when appropriate
(most of the uses of R9 doesn't need to be m, will use something else)
Sign in to reply to this message.

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