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

Issue 9778046: code review 9778046: runtime: use m and g, instead of R9 and R10, in ARM ass... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by minux1
Modified:
12 years, 1 month ago
Reviewers:
khr
CC:
golang-dev, khr, khr1, dave_cheney.net
Visibility:
Public.

Description

runtime: use m and g, instead of R9 and R10, in ARM assembly files also don't clobber R9 if it is about to crash. In response to https://codereview.appspot.com/9251043/#msg2.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -48 lines) Patch
M src/pkg/runtime/sys_freebsd_arm.s View 1 7 chunks +20 lines, -22 lines 0 comments Download
M src/pkg/runtime/sys_linux_arm.s View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/runtime/sys_netbsd_arm.s View 1 9 chunks +22 lines, -22 lines 0 comments Download

Messages

Total messages: 6
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/
12 years, 1 month ago (2013-05-27 13:13:16 UTC) #1
khr
LGTM
12 years, 1 month ago (2013-05-28 06:11:30 UTC) #2
khr1
By the way, is there any way to outlaw using R9 and R10 explicitly? I ...
12 years, 1 month ago (2013-05-28 06:13:01 UTC) #3
dave_cheney.net
> By the way, is there any way to outlaw using R9 and R10 explicitly? ...
12 years, 1 month ago (2013-05-28 06:18:08 UTC) #4
minux1
On Tue, May 28, 2013 at 2:13 PM, Keith Randall <khr@google.com> wrote: > By the ...
12 years, 1 month ago (2013-05-28 12:06:52 UTC) #5
minux1
12 years, 1 month ago (2013-05-28 12:13:20 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=e4db68a39f50 ***

runtime: use m and g, instead of R9 and R10, in ARM assembly files
also don't clobber R9 if it is about to crash.

In response to https://codereview.appspot.com/9251043/#msg2.

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

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