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

Issue 135070043: code review 135070043: runtime: convert runtime1.goc, noasm_arm.goc to Go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by rsc
Modified:
10 years, 8 months ago
Reviewers:
gobot, dave, 0intro, dvyukov
CC:
golang-codereviews, bradfitz, dvyukov, iant, khr
Visibility:
Public.

Description

runtime: convert runtime1.goc, noasm_arm.goc to Go

Patch Set 1 #

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

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

Total comments: 5

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -180 lines) Patch
M src/pkg/runtime/asm_386.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_amd64p32.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/debug.go View 1 2 chunks +22 lines, -4 lines 0 comments Download
M src/pkg/runtime/error.go View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/pkg/runtime/extern.go View 1 2 chunks +66 lines, -3 lines 0 comments Download
M src/pkg/runtime/noasm_arm.go View 1 1 chunk +33 lines, -53 lines 0 comments Download
M src/pkg/runtime/runtime.c View 1 2 chunks +7 lines, -0 lines 0 comments Download
R src/pkg/runtime/runtime1.goc View 1 1 chunk +0 lines, -116 lines 0 comments Download
M src/pkg/runtime/stubs.goc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/runtime/thunk.s View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 10
rsc
Hello golang-codereviews@googlegroups.com (cc: iant, khr), I'd like you to review this change to https://code.google.com/p/go/
10 years, 8 months ago (2014-08-28 04:13:58 UTC) #1
bradfitz
https://codereview.appspot.com/135070043/diff/40001/src/pkg/runtime/extern.go File src/pkg/runtime/extern.go (right): https://codereview.appspot.com/135070043/diff/40001/src/pkg/runtime/extern.go#newcode89 src/pkg/runtime/extern.go:89: // We assume that all architectures turn faults and ...
10 years, 8 months ago (2014-08-28 05:16:10 UTC) #2
dvyukov
LGTM
10 years, 8 months ago (2014-08-28 07:06:52 UTC) #3
rsc
https://codereview.appspot.com/135070043/diff/40001/src/pkg/runtime/extern.go File src/pkg/runtime/extern.go (right): https://codereview.appspot.com/135070043/diff/40001/src/pkg/runtime/extern.go#newcode89 src/pkg/runtime/extern.go:89: // We assume that all architectures turn faults and ...
10 years, 8 months ago (2014-08-28 14:46:39 UTC) #4
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=af98bb1ca057 *** runtime: convert runtime1.goc, noasm_arm.goc to Go LGTM=dvyukov R=golang-codereviews, bradfitz, dvyukov ...
10 years, 8 months ago (2014-08-28 14:47:05 UTC) #5
gobot
This CL appears to have broken the android-arm-crawshaw builder. See http://build.golang.org/log/aaef5b3dfab8813824fe29489da6e39d4f73f854
10 years, 8 months ago (2014-08-28 14:48:05 UTC) #6
dave_cheney.net
yup, this is real On Fri, Aug 29, 2014 at 12:48 AM, <gobot@golang.org> wrote: > ...
10 years, 8 months ago (2014-08-28 14:49:34 UTC) #7
rsc
took me a while but it's fixed.
10 years, 8 months ago (2014-08-28 15:44:43 UTC) #8
0intro
On Plan 9, we get: fatal error: getenv before env init goroutine 1 [running, locked ...
10 years, 8 months ago (2014-08-29 18:22:47 UTC) #9
0intro
10 years, 8 months ago (2014-08-29 19:14:15 UTC) #10
Message was sent while issue was closed.
It happens because runtime/os_plan9.c:/^runtime·goenvs isn't implemented.
Sign in to reply to this message.

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