Re: RFC: Writing Solaris Device Drivers in Java

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Bernd Eckenfels <ecki@...>
Cc: <linux-kernel@...>
Date: Monday, March 31, 2008 - 11:18 am

Thank you for the comments.


not sure about forth, but fortran is claimed to be faster than C,
based on ease of optimization reason:

http://www.idiom.com/~zilla/Computer/javaCbenchmark.html

For a surprising benchmark dated Oct2007, this guy started off without
knowing who will win:

http://www.stefankrause.net/wp/?p=4
http://www.stefankrause.net/wp/?p=6

Looking at all those number, unbelivebly Java performed better than
gcc in several ways. To quote the author:

"# Saying that C is generally several times faster than java is -
according to those benchmarks - simply wrong."

but he also cautioned:

"# Saying that Java is faster than C can also be pretty wrong,
especially if you have to stick with one JVM."

http://www.freewebs.com/godaves/javabench_revisited/
http://kano.net/javabench/

well, performance of speed is one thing, but other stuff like (for
desktop computing) ease of support, enhancement, and ease of use need
to be considered as well.   That's why .Net, with its huge overheads,
still has a huge followers, even though its predecessor is much more
efficient and faster, and delivering the same level of GUI programming
feature.

For embedded and server-based computing performance will still be
king.    But won't you be enticed to a new world of programming where
one or two liners can replaced 10 lines in C? With the complexity in
locking and irq handling all taken care of underneath you?   Ie,
automatic synchronization done by some other components in the kernel,
thus reducing the lines of codes?

Well.....the future is uncertain....i cannot predict it :-).   Happy
April Fool's Day (I like that joke!!!! LOL...)

-
Regards,
Peter Teoh
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RFC: Writing Solaris Device Drivers in Java, Peter Teoh, (Sun Mar 30, 10:14 pm)
Re: RFC: Writing Solaris Device Drivers in Java, Peter Zijlstra, (Mon Mar 31, 6:28 am)
Re: RFC: Writing Solaris Device Drivers in Java, Jacek Luczak, (Mon Mar 31, 7:58 am)
Re: RFC: Writing Solaris Device Drivers in Java, Peter Teoh, (Mon Mar 31, 10:54 am)
Re: RFC: Writing Solaris Device Drivers in Java, Daniel Bonekeeper, (Tue Apr 1, 8:51 am)
Re: RFC: Writing Solaris Device Drivers in Java, Wander Winkelhorst, (Mon Mar 31, 6:45 am)
Re: RFC: Writing Solaris Device Drivers in Java, Benjamin Herrenschmidt, (Mon Mar 31, 4:12 am)
Re: RFC: Writing Solaris Device Drivers in Java, Willy Tarreau, (Mon Mar 31, 1:56 am)
Re: RFC: Writing Solaris Device Drivers in Java, David Newall, (Mon Mar 31, 4:48 am)
Re: RFC: Writing Solaris Device Drivers in Java, David Miller, (Sun Mar 30, 11:10 pm)
Re: RFC: Writing Solaris Device Drivers in Java, Bernd Eckenfels, (Sun Mar 30, 10:59 pm)
Re: RFC: Writing Solaris Device Drivers in Java, Peter Teoh, (Mon Mar 31, 11:18 am)
Re: RFC: Writing Solaris Device Drivers in Java, Peter Teoh, (Mon Mar 31, 11:52 am)
Re: RFC: Writing Solaris Device Drivers in Java, Ioan Ionita, (Mon Mar 31, 12:20 pm)
Re: RFC: Writing Solaris Device Drivers in Java, Al Viro, (Sun Mar 30, 11:13 pm)