Completed
The Answer
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Twitter's Quest for a Wholly Graal Runtime
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Goal of this talk
- 3 Chriss background
- 4 What is Twitter
- 5 Why run on Graal
- 6 Compilation issues
- 7 The fix
- 8 The crash
- 9 What is snippets
- 10 Time to bite the bullet
- 11 This never happened
- 12 This was an important part
- 13 Possible failure
- 14 Twoline fix
- 15 Compact Strings
- 16 Integral
- 17 Graphs
- 18 Memory Leak
- 19 Use CPU Time
- 20 CPU Utilization
- 21 Tweet Service
- 22 Escape Analysis
- 23 Money
- 24 Data centers
- 25 Cloud providers
- 26 Cost per CPU core
- 27 Amazon Google and Microsoft
- 28 Cost of 10k servers
- 29 What if we inline more
- 30 Tweak this
- 31 Second experiment
- 32 JIT compiler
- 33 Oracle JDK
- 34 Java Conferences
- 35 Summary
- 36 Hands Up
- 37 First Row
- 38 Use Cases
- 39 Inlining Parameter Tweak
- 40 Optimizations
- 41 IO
- 42 JVM
- 43 Enterprise Crawl
- 44 The Question
- 45 The Answer