> So basically your saying memory usage does not matter as well once the JVM > gets class sharing. Sounds like a superior solution given its faster.
I never mentioned class sharing though, not sure what you mean? > Internally, there's one VM instance (called "Zygote") launched at boot > time that loads all the core classes. Other VMs are spawned off of > this and use these core classes. Do you happen to know whether Dalvik is able to do generic code sharing? They have been working on this in Mono since 2007 with some pretty interesting results on memory load. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
