Completed
Local Objects
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MemLiner - Lining up Tracing and Application for a Far-Memory-Friendly Runtime
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Memory Capacity Bottleneck in Datace
- 3 Far-Memory System
- 4 High-level Languages
- 5 Garbage Collection
- 6 Resource Competition
- 7 Ineffective Prefetching
- 8 Can we disable concurrent tracing?
- 9 Observations
- 10 Key Design Idea
- 11 Object Classification
- 12 Challenges in Classifying Objects
- 13 Barriers
- 14 Local Objects
- 15 Incoming Objects
- 16 Distant Objects
- 17 Results: Prefetching Effectiveness
- 18 Key Takeaways