================ @@ -8,12 +8,16 @@ Constant Interpreter Introduction ============ -The constexpr interpreter aims to replace the existing tree evaluator in +The bytecode 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: -* ``-fexperimental-new-constant-interpreter`` enables the interpreter, - emitting an error if an unsupported feature is encountered +* ``-fexperimental-new-constant-interpreter`` enables the interpreter. + +Since clang 24, the bytecode interpreter can also be enabled by default ---------------- tbaederr wrote:
That's the next major release, isn't it? The flag is there but it needs https://github.com/llvm/llvm-project/pull/200716 to do anything. https://github.com/llvm/llvm-project/pull/202596 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
