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 ---------------- AaronBallman wrote: ```suggestion evaluator in Clang, improving performance on constructs which are executed ``` https://github.com/llvm/llvm-project/pull/202596 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
