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

Issue 174052: code review 174052: first stub for softfloats, intercepts float instructio... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by kaib
Modified:
15 years, 2 months ago
Reviewers:
CC:
rsc
Visibility:
Public.

Description

first stub for softfloats, intercepts float instructions and skips them in the stream.

Patch Set 1 #

Patch Set 2 : code review 174052: first stub for softfloats, intercepts float instructio... #

Total comments: 10

Patch Set 3 : code review 174052: first stub for softfloats, intercepts float instructio... #

Patch Set 4 : code review 174052: first stub for softfloats, intercepts float instructio... #

Total comments: 4

Patch Set 5 : code review 174052: first stub for softfloats, intercepts float instructio... #

Total comments: 1

Patch Set 6 : code review 174052: first stub for softfloats, intercepts float instructio... #

Patch Set 7 : code review 174052: first stub for softfloats, intercepts float instructio... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -4 lines) Patch
M src/cmd/5l/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/5l/l.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/5l/obj.c View 1 2 3 4 5 6 4 chunks +12 lines, -1 line 0 comments Download
A src/cmd/5l/softfloat.c View 1 chunk +70 lines, -0 lines 0 comments Download
M src/cmd/ld/go.c View 2 chunks +1 line, -2 lines 0 comments Download
M src/cmd/ld/lib.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/arm/asm.s View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A src/pkg/runtime/arm/softfloat.c View 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
M src/pkg/runtime/arm/vlop.s View 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 10
kaib
Hello rsc, I'd like you to review the following change.
15 years, 3 months ago (2009-12-11 00:31:06 UTC) #1
rsc
http://codereview.appspot.com/174052/diff/1008/10 File src/cmd/5l/l.h (right): http://codereview.appspot.com/174052/diff/1008/10#newcode454 src/cmd/5l/l.h:454: void softfloat(void); s/ /\t/ sorry http://codereview.appspot.com/174052/diff/1008/15 File src/pkg/runtime/arm/asm.s (right): ...
15 years, 3 months ago (2009-12-11 02:26:35 UTC) #2
kaib
there is some more work in softfloat.c to support skipping cases where we generated multiple ...
15 years, 3 months ago (2009-12-14 23:59:19 UTC) #3
rsc
cool. http://codereview.appspot.com/174052/diff/3010/3018 File src/pkg/runtime/arm/softfloat.c (right): http://codereview.appspot.com/174052/diff/3010/3018#newcode11 src/pkg/runtime/arm/softfloat.c:11: uint32 i = *pc; typical local C convention ...
15 years, 3 months ago (2009-12-15 00:05:13 UTC) #4
kaib
ptal http://codereview.appspot.com/174052/diff/3010/3018 File src/pkg/runtime/arm/softfloat.c (right): http://codereview.appspot.com/174052/diff/3010/3018#newcode11 src/pkg/runtime/arm/softfloat.c:11: uint32 i = *pc; On 2009/12/15 00:05:13, rsc ...
15 years, 3 months ago (2009-12-15 00:26:06 UTC) #5
kaib
ping On 2009/12/15 00:26:06, kaib wrote: > ptal > > http://codereview.appspot.com/174052/diff/3010/3018 > File src/pkg/runtime/arm/softfloat.c (right): ...
15 years, 3 months ago (2009-12-16 03:59:30 UTC) #6
rsc
Looks like 5l/softfloat.c is missing? http://codereview.appspot.com/174052/diff/2021/3025 File src/cmd/5l/obj.c (right): http://codereview.appspot.com/174052/diff/2021/3025#newcode267 src/cmd/5l/obj.c:267: // TODO(kaib): this doesn't ...
15 years, 3 months ago (2009-12-16 04:32:14 UTC) #7
kaib
On 2009/12/16 04:32:14, rsc wrote: > Looks like 5l/softfloat.c is missing? done. my hg-fu needs ...
15 years, 3 months ago (2009-12-16 05:26:01 UTC) #8
rsc
LGTM
15 years, 2 months ago (2009-12-18 00:04:04 UTC) #9
kaib
15 years, 2 months ago (2009-12-18 00:08:43 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=427b3407ebd8 ***

	first stub for softfloats, intercepts float instructions and skips
        them in the stream.

R=rsc
http://codereview.appspot.com/174052
Sign in to reply to this message.

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