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

Issue 1778041: code review 1778041: more soft float support. passes a lot more tests but ha... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 9 months ago by kaib
Modified:
14 years, 9 months ago
Reviewers:
CC:
rsc, dho, golang-dev
Visibility:
Public.

Description

more soft float support. passes several basic tests but with less precision than hardware counterparts. fixed a number of tests to output BUG when they failed. changed the runner to distinghuish between output and output containing ^BUG

Patch Set 1 #

Patch Set 2 : code review 1778041: more soft float support. passes a lot more tests but ha... #

Patch Set 3 : code review 1778041: more soft float support. passes several basic tests #

Patch Set 4 : code review 1778041: more soft float support. passes several basic tests #

Patch Set 5 : code review 1778041: more soft float support. passes several basic tests #

Total comments: 10

Patch Set 6 : code review 1778041: more soft float support. passes several basic tests #

Patch Set 7 : code review 1778041: more soft float support. passes several basic tests #

Patch Set 8 : code review 1778041: more soft float support. passes several basic tests #

Patch Set 9 : code review 1778041: more soft float support. passes several basic tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -82 lines) Patch
M src/pkg/runtime/arm/softfloat.c View 1 2 3 4 5 12 chunks +197 lines, -15 lines 0 comments Download
M test/arm-pass.txt View 1 2 3 4 5 6 7 14 chunks +85 lines, -51 lines 0 comments Download
M test/cmplxdivide.go View 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M test/float_lit.go View 1 2 3 4 5 6 2 chunks +19 lines, -2 lines 0 comments Download
M test/floatcmp.go View 3 4 5 2 chunks +9 lines, -9 lines 0 comments Download
M test/golden-arm.out View 1 2 3 chunks +45 lines, -4 lines 0 comments Download
M test/ken/cplx4.go View 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M test/nul1.go View 1 chunk +1 line, -0 lines 0 comments Download
M test/run View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M test/zerodivide.go View 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7
kaib
Hello rsc (cc: dho, golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 9 months ago (2010-07-09 12:09:20 UTC) #1
kaib
updated, cleaner than before
14 years, 9 months ago (2010-07-12 10:21:49 UTC) #2
rsc1
This is changing the semantics of tests, which I'd rather not do. It is the ...
14 years, 9 months ago (2010-07-12 20:31:22 UTC) #3
kaib
as per offline discussion changed to outputting bug instead of returning !0. just to summarize, ...
14 years, 9 months ago (2010-07-19 09:30:44 UTC) #4
rsc1
LGTM Some of the tests were commented out because they were painfully slow. Are they ...
14 years, 9 months ago (2010-07-19 17:03:11 UTC) #5
kaib
On 2010/07/19 17:03:11, rsc1 wrote: > LGTM > > Some of the tests were commented ...
14 years, 9 months ago (2010-07-20 12:51:45 UTC) #6
kaib
14 years, 9 months ago (2010-07-20 12:54:05 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=e0b81ae5fb70 ***

more soft float support. passes several basic tests
but with less precision than hardware counterparts.

fixed a number of tests to output BUG when they failed.
changed the runner to distinghuish between output
and output containing ^BUG

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

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