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

Issue 5989057: code review 5989057: runtime: cgo support for Linux/ARM (Closed)

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

Description

runtime: cgo support for Linux/ARM Part 2 of CL 5601044 (cgo: Linux/ARM support)

Patch Set 1 #

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

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

Total comments: 10

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -14 lines) Patch
M src/pkg/runtime/asm_arm.s View 1 2 3 4 4 chunks +124 lines, -9 lines 0 comments Download
M src/pkg/runtime/cgo/gcc_arm.S View 1 2 3 1 chunk +57 lines, -1 line 0 comments Download
M src/pkg/runtime/cgo/gcc_linux_arm.c View 1 2 chunks +92 lines, -3 lines 0 comments Download
M src/pkg/runtime/cgocall.c View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/pkg/runtime/signal_linux_arm.c View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_linux_arm.s View 1 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 11
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, 11 months ago (2012-04-07 19:28:01 UTC) #1
dave_cheney.net
LGTM - tested on Pandaboard ARMv7
12 years, 11 months ago (2012-04-09 08:09:55 UTC) #2
dave_cheney.net
On 2012/04/09 08:09:55, dfc wrote: > LGTM - tested on Pandaboard ARMv7 Looks good on ...
12 years, 11 months ago (2012-04-09 10:31:45 UTC) #3
rsc
I found the TLS stuff I guess. That's too much assembly for today; will try ...
12 years, 11 months ago (2012-04-10 20:25:06 UTC) #4
rsc
Pretty good, just some confusion on my part. http://codereview.appspot.com/5989057/diff/4001/src/pkg/runtime/asm_arm.s File src/pkg/runtime/asm_arm.s (right): http://codereview.appspot.com/5989057/diff/4001/src/pkg/runtime/asm_arm.s#newcode280 src/pkg/runtime/asm_arm.s:280: BIC ...
12 years, 10 months ago (2012-04-25 02:25:19 UTC) #5
minux1
Hello dave@cheney.net, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2012-04-25 07:44:29 UTC) #6
minux1
http://codereview.appspot.com/5989057/diff/4001/src/pkg/runtime/asm_arm.s File src/pkg/runtime/asm_arm.s (right): http://codereview.appspot.com/5989057/diff/4001/src/pkg/runtime/asm_arm.s#newcode280 src/pkg/runtime/asm_arm.s:280: BIC $0x7, R13 // alignment for gcc ABI On ...
12 years, 10 months ago (2012-04-25 07:45:05 UTC) #7
minux1
ping?
12 years, 10 months ago (2012-05-03 08:34:13 UTC) #8
rsc
LGTM http://codereview.appspot.com/5989057/diff/4001/src/pkg/runtime/asm_arm.s File src/pkg/runtime/asm_arm.s (right): http://codereview.appspot.com/5989057/diff/4001/src/pkg/runtime/asm_arm.s#newcode301 src/pkg/runtime/asm_arm.s:301: SUB $4, R13 // XXX: how to use ...
12 years, 10 months ago (2012-05-03 21:56:19 UTC) #9
minux1
On 2012/05/03 21:56:19, rsc wrote: > Did you want to use MOVW.W R4, -4(SP) here ...
12 years, 10 months ago (2012-05-04 10:08:41 UTC) #10
minux1
12 years, 10 months ago (2012-05-04 10:20:45 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=1a7674b1f1ed ***

runtime: cgo support for Linux/ARM
        Part 2 of CL 5601044 (cgo: Linux/ARM support)

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

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