# 埋坑清單
上面文章總說改天介紹,這邊就是改天介紹的 todo list
或者讀者想看什麼樣的議題,也可以補充在這邊
- Signature
- Default type in C89
- a = malloc(1024)
- ABI issue
- Itanium C++ ABI
- RTTI (should I put it here?)
- pimpl idiom
- Object model
- virtual inheritances
- alignment
- Calling convention
- ARM and x86
- virtial stack vm (CPython)
- the eBPF [kernel doc](https://www.kernel.org/doc/html//v6.0/bpf/instruction-set.html)
- Type deduction
- auto and decltype(auto)
- Reference type (cv qualifier)
- Overloading candidates set
- Garbage colletion
- Reference counting
- MAS
- Tri-color
- string interning
- Linker's GC (Might have it's own section)
- Topological sort
- The constexpr
- proposed papers
- Turing complete
- consteval and constinit
- Python MRO
- Python GIL (transaction)
- Python task and coroutine