First page Back Continue Last page Graphics
Systems using Classpath: IKVM.NET
- JVM for .NET “platform”/Mono
- Java bytecodes ⇒ “parse trees” ⇒ CIL instructions
- Uses run-time services of the CLI platform
- Synchronization, Garbage Collection, etc.
- But also optimization: Loaded CIL instructions
get optimized by platform compiler
 
- Two way language integration (java  c#)