Completed
Questions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Project Sulong: LLVM Bitcode Interpreter on Graal VM - Executing Low-Level Languages
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 The world is polyglot
- 3 The idea behind Graal
- 4 What is Sulong
- 5 C extension API
- 6 Inlining
- 7 Performance measurements
- 8 Running C extensions
- 9 Other native interfaces
- 10 Execution of native code
- 11 Sulong allocation
- 12 Conclusion
- 13 Questions
- 14 Calling conventions
- 15 Throwing exceptions
- 16 Memory safety