miniblog.
← Back to all posts
Wilfred Hughes
Jul 6, 2019 at 22:12
A really neat idea for LLVM: AST interpreters are slow, so clang's constexpr evaluator is slow. Write a small bytecode interpreter to make constexpr execution scale better!
https://lists.llvm.org/pipermail/cfe-dev/2019-July/062799.html
[cfe-dev] [RFC] ConstExprPreter — clang constexpr interpreter