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

Issue 6260058: code review 6260058: shootout: make mandelbrot.go more like mandelbrot.c (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by rsc
Modified:
13 years ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

shootout: make mandelbrot.go more like mandelbrot.c Surprise! The C code is using floating point values for its counters. Its off the critical path, but the Go code and C code are supposed to be as similar as possible to make comparisons meaningful. It doesn't have a significant effect.

Patch Set 1 #

Patch Set 2 : diff -r 4ec6d34af4e5 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 4ec6d34af4e5 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 700728feacc8 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M test/bench/shootout/mandelbrot.go View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years ago (2012-05-30 18:21:47 UTC) #1
r
LGTM
13 years ago (2012-05-30 18:31:35 UTC) #2
rsc
13 years ago (2012-05-30 18:41:03 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b19b4e1b7ade ***

shootout: make mandelbrot.go more like mandelbrot.c

Surprise! The C code is using floating point values for its counters.
Its off the critical path, but the Go code and C code are supposed to
be as similar as possible to make comparisons meaningful.

It doesn't have a significant effect.

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

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