Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Virtual Machine / March 2006

Tip: Looking for answers? Try searching our database.

looking for performance statistics (native JAVA processors)

Thread view: 
noone - 05 Mar 2006 17:31 GMT
hey.

Does anyone have references to performance stats or whitepapers about
performance of native java processors vs. software jvm for embedded apps?
I read the hardware specs on a couple of 100mhz processors and they didn't
seem very impressive, even for running bytecode in hardware.  One spec
showed a benchmark of copying a 10,000 byte array in 64ms.  On the surface
that seems fast but consider that 10000/0.064secs=1.25mbits/sec.  and they
include an ethernet tranceiver on the eval board.  I haven't used a 1mb/s
ethernet in nearly 15 years!

I guess what I'm really wondering is whether there are java native
processors out there that can approach risc mips levels.  I
understand that there will be emulation overhead even in hardware but my
requirements will be to keep up with 802.11b wireless speeds: 11bm/s.
Anyone know of java native processors that can deliver that kind of
thru-put and support the FULL J2ME specs?

tanks
Thomas Hawtin - 05 Mar 2006 19:53 GMT
> Does anyone have references to performance stats or whitepapers about
> performance of native java processors vs. software jvm for embedded apps?
[quoted text clipped - 4 lines]
> include an ethernet tranceiver on the eval board.  I haven't used a 1mb/s
> ethernet in nearly 15 years!

640 cycles per iteration. Running interpreted on my desktop machine
gives around 200 cycles per iteration. However, CLDC (and even RTSJ)
have block copying methods which will presumably be written natively.

> I guess what I'm really wondering is whether there are java native
> processors out there that can approach risc mips levels.  I
> understand that there will be emulation overhead even in hardware but my
> requirements will be to keep up with 802.11b wireless speeds: 11bm/s.
> Anyone know of java native processors that can deliver that kind of
> thru-put and support the FULL J2ME specs?

ARM processors with Jazelle can execute Java byte code directly at a
reasonable pace. They also support Ahead-Of-Time (AOT) compilation for
speed critical parts.

http://www.arm.com/products/esd/jazelle_home.html
http://www.arm.com/linux/

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.