Features of the Dalvik virtual machine that enters the Android Dalvik virtual machine

Source: Internet
Author: User

Google's launch of the Android Sdk,dalvik virtual machine at the end of 2007 was also the first time it had entered the field of vision. It is the author of Dan Bernstein (Dan Bornstein). The Dalvik virtual machine is the core component of the Android platform and has several features as follows:

  • Small size, small memory footprint;

  • Proprietary DEX executable file format, smaller size, faster execution;

  • The constant pool uses 32-bit index values, addressing class method names, field names, and constants faster;

  • Based on the register architecture, and has a complete set of instruction system;

  • Provides important functions such as Object Lifecycle management, stack management, thread management, security and exception management, and garbage collection;

  • All Android programs run in the Android system process, each of which corresponds to a Dalvik virtual machine instance.

1. Dalvik the difference between a virtual machine and a Java virtual machine

Dalvik virtual machines have many different points from traditional Java virtual machines, they are not compatible, and their significant differences are mainly manifested in the following aspects:

Features of the Dalvik virtual machine that enters the Android Dalvik virtual machine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.