![]() |
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
Conference Tools
|
Rock Star Cliff Click
Q: Can you give us a quick performance overview of those alternative languages that target bytecodes and the JVM machine as their new "assembler" -- Scala, Clojure, Jython, JRuby, the JavaScript language/Rhino, and JPC. A: I have not run any exhaustive performance tests, and can provide only really simple answers -- so "caveat emptor." Scala can run "close to the metal" -- performance can be as good as Java in some cases.
Clojure can also get close -- if you specify to use primitive Jython and JRuby are a fair bit further behind, but maybe could get "close" to Java with some JVM/JIT improvements. JS/Rhino would need some more specialized JVM hacks to compete well with the new breed of JavaScript engines coming out. Q: Give us some insights about how the architecture of modern CPUs has changed in recent years, and what the implications are for software development and performance management. A: Clock rates are not rising. Memory is not getting closer. So -- bloat matters. Layers of indirection in data structures will cost a cache-miss per indirection, and this is all the cost in running code these days. It's not "instructions cost" -- it's "cache misses cost." Smaller, better engineered data structures are "where it's at" -- that and better concurrency coding styles. Misconceptions About Benchmarking
Q: What are the biggest misconceptions that Java developers have about benchmarking? How do they most often get it wrong? A: They get it wrong in lots and lots of ways. They:
Q: Complete the following sentence: Cloud computing will probably: A: Lose its hype, lose its fuzziness, and split into a couple of well-defined camps, e.g., render farms; Google/Yahoo search-farms; Amazon-style EC2; plus one or two competitors to Amazon. Q: What do you see as the most important API in Java three years from now? A: Q: If you could work on a dream project, what would it be? A: Alternative hardware and JVM for running Java. Ahhh...but I work for Azul Systems. Q: Can you give us an example of code that you are most proud of creating and explain why? A: HotSpot server's internal IR. The "why" part requires a deep understanding about optimizing compilers. Q: What do you do when you feel stumped? A: Talk to other people -- peers in the JVM-implementation world. Q: Where in the process of programming do you have the most fun? A: See stuff work. Seeing the lights go on in other people's head when I explain how it works. Q: What social networking sites do you participate in? Do you find them useful as a developer, and, if so, how? Do you twitter? If so, why? A: None, no, and no. For More Information
Cliff Click will be hosting the following sessions this week: Do you have comments about this article? We welcome your participation in our community. Please keep your comments civil and on point. You may optionally provide your email address to be notified of replies - your information is not used for any other purpose. By submitting a comment, you agree to these Terms of Use. |
|||||||||||||||||||||||
ContactUs | About Sun | Privacy | Terms of Use | Trademarks Conference content is subject to change. Copyright 1996 - 2009 Sun Microsystems, Inc. |
![]() |
|