Comment on Emacs internals: Tagged pointers vs. C++ std:variant and LLVM (Part 3)Comments−mshockwave6moLLVM now has another way to implement RTTI using the `CastInfo` trait instead of `classof`: https://llvm.org/doxygen/structllvm_1_1CastInfo.htmlBut it's really just an implementation difference, the idea is still to have a lightweight RTTI.
Comments
LLVM now has another way to implement RTTI using the `CastInfo` trait instead of `classof`: https://llvm.org/doxygen/structllvm_1_1CastInfo.html
But it's really just an implementation difference, the idea is still to have a lightweight RTTI.