================
@@ -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
----------------
Sirraide wrote:

Are you sure this isn’t supposed to say ‘Clang 23’? Or have you not added that 
flag yet?

https://github.com/llvm/llvm-project/pull/202596
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to