* HLVM ray tracer performance
@ 2010-01-08 14:53 Jon Harrop
0 siblings, 0 replies; 2+ messages in thread
From: Jon Harrop @ 2010-01-08 14:53 UTC (permalink / raw)
To: caml-list
I just published results for the ray tracer benchmark written in HLVM and
compared to other languages including OCaml:
http://flyingfrogblog.blogspot.com/2010/01/hlvm-on-ray-tracer-language-comparison.html
Note that these results were obtained with HLVM's multicore garbage collector
enabled.
--
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: HLVM ray tracer performance
@ 2010-01-10 18:29 shawjef3
0 siblings, 0 replies; 2+ messages in thread
From: shawjef3 @ 2010-01-10 18:29 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Plaintext Version of Message --]
[-- Type: text/plain, Size: 1645 bytes --]
Jon,
I wanted to run the raytracing benchmark myself to see if Haskell really was that slow. I'm using ghc 6.10 because that's what ubuntu comes with. I don't know if ghc 6.12 generates slower executables than 6.10 or what else might be going on. I ran each several times and the numbers I pasted are typical (+/- 0.2 seconds, say).
jeff@ubuntu:~/Desktop$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.4
jeff@ubuntu:~/Desktop$ g++ --version
g++ (Ubuntu 4.4.1-4ubuntu8) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
jeff@ubuntu:~/Desktop$ ocamlopt -v
The Objective Caml native-code compiler, version 3.11.1
Standard library directory: /usr/lib/ocaml
I compiled the raytracers for c++, haskell and ocaml from
http://www.ffconsultancy.com/languages/ray_tracer/code/5
and used the compile instructions at
http://www.ffconsultancy.com/languages/ray_tracer/benchmark.html
though I had to change the haskell one to use just ghc instead of specifying a version. I also ran the ocaml and haskell code in the 1/ directory, and they completed within 0.1 seconds of each other.
c++
jeff@ubuntu:~/Desktop$ time ./ray 9 512 > /dev/null
real 0m3.515s
user 0m3.440s
sys 0m0.016s
haskell
jeff@ubuntu:~/Desktop$ time ./ray 9 512 > /dev/null
real 0m5.811s
user 0m5.752s
sys 0m0.032s
ocaml
jeff@ubuntu:~/Desktop$ time ./ray 9 512 > /dev/null
real 0m6.572s
user 0m6.544s
sys 0m0.016s
Jeff
[-- Attachment #2: HTML Version of Message --]
[-- Type: text/html, Size: 1936 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-10 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 14:53 HLVM ray tracer performance Jon Harrop
2010-01-10 18:29 shawjef3
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox