Timm =?utf-8?q?B=C3=A4der?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -8,12 +8,17 @@ Constant Interpreter Introduction ============ -The constexpr interpreter aims to replace the existing tree evaluator in -clang, improving performance on constructs which are executed inefficiently -by the evaluator. The interpreter is activated using the following flags: +The bytecode interpreter aims to replace the existing AST traversal-based +evaluator clang, improving performance on constructs which are executed +inefficiently by the evaluator. The interpreter is activated by passing +``-fexperimental-new-constant-interpreter`` to clang. + +Since clang 23, the bytecode interpreter can also be enabled by default ---------------- AaronBallman wrote: ```suggestion Since Clang 23, the bytecode interpreter can also be enabled by default ``` https://github.com/llvm/llvm-project/pull/202596 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
