Clojure and LLVM
Recorded at:
- Share
-
- |
Read later
Reading List

A note to our readers: You asked so we have developed a set of features that allow you to reduce the noise: you can get email and web notifications for topics you are interested in. Learn more about our new features.
Slides missing
by
Timothy Baldridge
Re: Slides missing
by
Timothy Baldridge
Fascinating - what about memory use?
by
Michael Swierczek
It's my understanding that Java performance, especially when the JVM is "warmed up", is very close to well-written C. Your Mandelbrot example seems to bear that out. On the other hand, because of the way the JVM works a program running on the JVM typically uses far more - even 10 or 100 times more - memory than an equivalent C program. That doesn't matter for many programs, but for a smart phone or Raspberry Pi I can imagine many Java programs would run out of RAM well before they had taxed the CPU.
Did you benchmark memory usage for Mendelbrot between your Java implementation and the Mjolnir/LLVM version?
Hello stranger!
You need to Register an InfoQ account or Login or login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think