You May Also Enjoy
LLVM uses plain, unscoped enums (instead of scoped enum classes)
less than 1 minute read
LLVM 的轻量级 RTTI 经常有这样的代码:
LL/SC, LA/SR, Memory Consistency, and Cache Coherence
17 minute read
前言 1:Memory Models 让人头秃
My Mac Env Setup
3 minute read
1. Zsh setup: XDG + Prezto
LLVM’s RTTI Replacement
1 minute read
LLVM 禁止使用 C++ native RTTI,主要是嫌弃 native RTTI 的 performance,并不是说 LLVM 不需要 RTTI 这个 feature。我们可以说 LLVM 自己实现了一套新的 RTTI (以下称 LLVM-style RTTI),它有:
Comments