
- Topics
- Dynamic Languages,
- Parallel Programming,
- Compilers,
- Ruby,
- Virtualization,
- Runtimes,
- Java,
- .NET,
- Architecture,
- Performance & Scalability
Cliff Click discusses the Pauseless GC algorithm and how Azul's Zing implements it on plain x86 CPUs. Also: what keeps dynamic languages slow on the JVM, invokedynamic, concurrency and much more.

- Topics
- Java,
- Technology,
- Architecture,
- Performance & Scalability,
- Code Analysis
In this presentation from the JVM Languages Summit 2009, Cliff Click discusses the Von Neumann architecture, CISC vs RISC, the rise of multicore, Instruction-Level Parallelism (ILP), pipelining, out-of-order dispatch, static vs dynamic ILP, performance impact of cache misses, memory performance, memory vs CPU caching, examples of memory/CPU cache interaction, and tips for improving performance.
- Topics
- Mobile,
- Porting
Android is running mostly on ARM-based hardware, but there are attempts to bring it to other platforms. One of them is the well-known x86 platform used by many PCs and laptops, the other is MIPS, used in embedded systems mostly based on Linux, and lately on Android.