30 likes | 138 Vues
Explore the implementation of Java Virtual Machine (JVM) in personal computing and embedded systems design. Delve into managed code, Just-In-Time compilation, code management, dynamic memory use, and garbage collection to understand the core components of JVM technology. Discover how Object-Oriented principles shape JVM architecture for efficient code execution.
E N D
Managed Code Witawas Srisa-an Embedded Systems Design and Implementation
Personal Computing • What’s your idea?
Anatomy of a JVM • Component based on O-O • Interpretation versus Just-In-Time compilation • code management • Prolific use of dynamic memory • garbage collection