Completed
Register Masks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Machine Code Snippets in Java - Vector ISA Extensions and Native Methods
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Vector ISA Extensions
- 3 Motivation
- 4 Native Method Handles
- 5 Native code vs JVM Intrinsics
- 6 Machine Code Snippets
- 7 Vectorized Memory Copy
- 8 Stand-alone version
- 9 Native Method Linker
- 10 JVM vs Hardware Impedance Mismatch
- 11 Valhalla JVM vs Hardware
- 12 Register Masks
- 13 Register Preservation Calling Convention
- 14 Vector Box
- 15 Allocation Placement
- 16 Repeated Unboxing
- 17 Vectorized Hash
- 18 Current Status
- 19 Remaining Work
- 20 Multiple Return values