Hello,
I was reading this article...
http://www.usenix.org/publications/library/proceedings/coots97/full_papers/mulle
r/muller_html/node2.html
and I am interested in the section on "How to Improve Java Execution" :
"Java Processors", although I don't necessarily understand it yet. Is it
possible with a machine with multiple processor to dedicate a processor to
directly executing java bytecode, thereby improving the java performance?
If so, does anyone have any information on how to do this??
Thanks,
Ryan
Roedy Green - 29 Jul 2003 19:30 GMT
>Is it
>possible with a machine with multiple processor to dedicate a processor to
>directly executing java bytecode, thereby improving the java performance?
>If so, does anyone have any information on how to do this??
I can't think of a situation where it would me more efficient to
dedicate a processor to a Java. You might as well use it for
something else when it is not busy. That would only make sense if that
processor were specially designed for Java.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Martin Schoeberl - 04 Aug 2003 09:09 GMT
The Java Processor thing is a small nich. Some are actually working on it.
I'm one of them. You can find more info at:
http://www.jopdesign.com/cyclone/
In the links section you will find the competitors :)
Martin
> Hello,
>
> I was reading this article...
http://www.usenix.org/publications/library/proceedings/coots97/full_papers/m
uller/muller_html/node2.html
> and I am interested in the section on "How to Improve Java Execution" :
> "Java Processors", although I don't necessarily understand it yet. Is it
[quoted text clipped - 4 lines]
> Thanks,
> Ryan
Martin Schoeberl - 04 Aug 2003 09:35 GMT
wrong link, sorry:
http://www.jopdesign.com/
Martin
> The Java Processor thing is a small nich. Some are actually working on it.
> I'm one of them. You can find more info at:
[quoted text clipped - 6 lines]
> >
> > I was reading this article...
http://www.usenix.org/publications/library/proceedings/coots97/full_papers/m
> uller/muller_html/node2.html
> >
[quoted text clipped - 6 lines]
> > Thanks,
> > Ryan