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
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
On 2010/07/19 17:03:11, rsc1 wrote:
> LGTM
>
> Some of the tests were commented out because
> they were painfully slow. Are they still slow?
On a nexus one:
export GOGC=off; time ./run-arm
real 2m46.878s
export GOGC=; time ./run-arm
real 3m9.506s
It's pretty decent when a full ./run on my mac takes ~40s.
*** Submitted as http://code.google.com/p/go/source/detail?r=e0b81ae5fb70 *** more soft float support. passes several basic tests but with ...
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
Issue 1778041: code review 1778041: more soft float support. passes a lot more tests but ha...
(Closed)
Created 14 years, 9 months ago by kaib
Modified 14 years, 9 months ago
Reviewers:
Base URL:
Comments: 10