From a0c6bd00e54eaa0cc72e39cb996e91fcdcf14b2f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 26 Nov 2022 10:26:28 +0200 Subject: [PATCH] Updated link to theory slides --- website/content/slides/10_vm_gc/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/slides/10_vm_gc/_index.md b/website/content/slides/10_vm_gc/_index.md index 046467fd..5cd66f46 100644 --- a/website/content/slides/10_vm_gc/_index.md +++ b/website/content/slides/10_vm_gc/_index.md @@ -18,7 +18,7 @@ outputs: ["Reveal"] --- ## Theory reminders -1. [Theory](https://www.slideshare.net/eelcovisser/garbage-collection-69688448) +1. [Theory](https://github.com/TUDelft-IN4303-2016/lectures/raw/master/11-garbage-collection/Garbage%20Collection.pdf) 0. [Barriers](https://www.cs.kent.ac.uk/pubs/2010/3011/content.pdf) 0. [Lua GC](http://www.inf.puc-rio.br/~roberto/talks/gc-lua.pdf) 0. [V8 GC](http://jayconrod.com/posts/55/a-tour-of-v8-garbage-collection)