jvm Design

J

Jagadesh

Hai Friends,I Know Java Language.Now I want to Design my own jvm.how
can i.what are the basics that i should learn.any ideas plz
 
R

Roedy Green

Hai Friends,I Know Java Language.Now I want to Design my own jvm.how
can i.what are the basics that i should learn.any ideas plz

see http://mindprod.com/jgloss/jvm.html

The work is not the JVM proper. It should be not that much harder
than writing a FORTH interpreter. The problem is writing all the
native methods, especially for the GUI. You should be able to write a
JVM with some primitive IO, at least enough to run some
console-mode arithmetic programs.
 
A

Arne Vajhøj

Jagadesh said:
Hai Friends,I Know Java Language.Now I want to Design my own jvm.how
can i.what are the basics that i should learn.any ideas plz

You need to learn about:
- the JVM specification
- VM technology
- GC technology
- architecture of processors you want to support
(and that is *not* counting what you need to provide the
runtime library)

It should be doable to create a toy JVM. You will not
be able to create a serious JVM alone for the simple
reasons that it will take more man years than
a single person can hope to live.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top