Ant target 的 unless 含义 October 12, 2013 less than 1 minute read <target unless="condition"> => RUN target if “condition” is not set or eq false ant -Dcondition=true 传参数 Share on Twitter Facebook LinkedIn Previous Next Comments
LLVM uses plain, unscoped enums (instead of scoped enum classes) February 24, 2025 less than 1 minute read LLVM 的轻量级 RTTI 经常有这样的代码:
LL/SC, LA/SR, Memory Consistency, and Cache Coherence February 10, 2025 17 minute read 前言 1:Memory Models 让人头秃
LLVM’s RTTI Replacement December 16, 2024 1 minute read LLVM 禁止使用 C++ native RTTI,主要是嫌弃 native RTTI 的 performance,并不是说 LLVM 不需要 RTTI 这个 feature。我们可以说 LLVM 自己实现了一套新的 RTTI (以下称 LLVM-style RTTI),它有:
Comments