From 8097fdf1a4d1303aa6537855feae868f0ff62402 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Thu, 22 Apr 2021 15:24:40 +0300 Subject: [PATCH] fix --- lectures/10-runtime/lecture.slide | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lectures/10-runtime/lecture.slide b/lectures/10-runtime/lecture.slide index 498bab0..237208a 100644 --- a/lectures/10-runtime/lecture.slide +++ b/lectures/10-runtime/lecture.slide @@ -1,5 +1,4 @@ -low-level -Лекция 9 +Go Runtime Internals Короткий Фёдор @@ -12,16 +11,18 @@ low-level * Compiler - Inlining -- Escape Analysis +- Escape Analysis `-m=1` `-m=2` - Bound Check Elimination +- Call ABI +- ASM * GC +- Finalizer +- Knobs +- sync.Pool - STW - Mark Assist -- Knobs -- Finalizer -- sync.Pool - Stack Growth - Write Barrier