Completed
Ruby
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Eclipse OMR - A Modern, Open-Source Toolkit for Building Language Runtimes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Important Disclaimers
- 3 And before anyone asks...
- 4 Cloud platforms really depend on runtimes
- 5 Eclipse OMR mission
- 6 Form Eclipse OMR around core components
- 7 Goals of Eclipse OMR
- 8 Garbage collection technology
- 9 What is Mark-Sweep GC?
- 10 Hooking up the OMR Mark/Sweep Collector
- 11 Compiler technology
- 12 Hooking up a compiler via a native IL generator
- 13 Hooking up a compiler via JITBuilder
- 14 In the wild: IBM SDKs for Java
- 15 OpenJ9 open source project
- 16 Ruby
- 17 Lua
- 18 Base 9 (B9)
- 19 What's next?
- 20 Getting involved
- 21 More Eclipse OMR in action