fix
This commit is contained in:
parent
28fa3585ce
commit
8097fdf1a4
1 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
low-level
|
Go Runtime Internals
|
||||||
Лекция 9
|
|
||||||
|
|
||||||
Короткий Фёдор
|
Короткий Фёдор
|
||||||
|
|
||||||
|
@ -12,16 +11,18 @@ low-level
|
||||||
* Compiler
|
* Compiler
|
||||||
|
|
||||||
- Inlining
|
- Inlining
|
||||||
- Escape Analysis
|
- Escape Analysis `-m=1` `-m=2`
|
||||||
- Bound Check Elimination
|
- Bound Check Elimination
|
||||||
|
- Call ABI
|
||||||
|
- ASM
|
||||||
|
|
||||||
* GC
|
* GC
|
||||||
|
|
||||||
|
- Finalizer
|
||||||
|
- Knobs
|
||||||
|
- sync.Pool
|
||||||
- STW
|
- STW
|
||||||
- Mark Assist
|
- Mark Assist
|
||||||
- Knobs
|
|
||||||
- Finalizer
|
|
||||||
- sync.Pool
|
|
||||||
- Stack Growth
|
- Stack Growth
|
||||||
- Write Barrier
|
- Write Barrier
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue