Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 225 Bytes

TodoList.md

File metadata and controls

16 lines (7 loc) · 225 Bytes
  • 缓存过期算法

    LRU LFU 的实现

  • 逃逸分析

    分析新创建的对象的使用范围,并决定是否在堆中分配内存

    (1)锁消除

    (2)标量替换

    (3)栈上分配