Actually, it's very conceivable that a Java interpreter could be faster
than a C++ compiler.  Keep in mind that C++ is precompiled and usually
provides compatibility all the way down to the 386 processor instruction
level.  One the fly compilers, such as we see in a JVM, have the ability
to take into account machine-specific optimizations, such as a higher
processor rev, newer version of the OS, and a whole host of other
possibilities that a pre-compiled program cannot.

Kevin

Kevin Miller
Vascular Chief Technologist
Medtronic Vascular
[EMAIL PROTECTED]
(707) 566-1200

>>> [EMAIL PROTECTED] 11/10/00 01:42PM >>>
> That's all great, and I am looking forward to these improvements.
> However It's hard to believe that a Java engine will be faster than a
C++
engine.
>
> (The Java interpreter itself is written in C++. C++ is compiled
directly
to machine code. Think about it)
>

Well, at least in theory, the demonstration during the general
assembly
seems to prove that the Java-based engine is faster.  Keep in mind that
this
is server side java which has had a great deal of optimization
attention
paid to it.

DC

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/ 
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to