According to Oracle Docs Run-Time Data Areas states, JVM contains various parts of data areas:
And I also learnt that JVM is stack-based and ART/Dalvik is register-based. Dalvik heap is made of Active Heap and Zygote Heap.
Questions are as following:
1. What is the difference between "Stack" in stack-based and "Stack" in Java VM stack/Native Method Stack.
2. Does ART/Dalvik contain stacks like Java VM stacks in JVM?
3. What do ART/Dalvik Run-Time Data Areas look like?
from Does Android Runtime(ART or Dalvik) contain Java VM stack or Native Method Stack like JVM?
No comments:
Post a Comment