RE: [arch] VM/Classlibrary Interface ( VM Accessors )

2005-09-12 Thread Dasgupta, Rana
Hi Tim, Thanks for your thoughtful comments on the architecture of VM accessors. Ellison, Tim wrote: These are a helper set of singleton Java classes to support Classlibrary implementation. We can instantiate them through an Accessor factory interface ( Modular JVM diagram ). They

[arch] VM/Classlibrary Interface ( VM Accessors )

2005-09-01 Thread Dasgupta, Rana
I would like to invite discussion and comments from the community on the VM Accessor component in the Harmony Modular JVM diagram, on its functionality, design and implementation. Here are some initial thoughts. These are a helper set of singleton Java classes to support Classlibrary

Re: [arch] JIT interfaces

2005-08-24 Thread Dasgupta, Rana
Steve Liao wrote: We cache the stack map info in the VM. VM only handles the storage, but JIT controls the interpretation. The rationale is that we want to let JIT focus on compilation, not on storage. However, since JIT controls the interpretation, unified format on stack map is not