[cfe-dev] [RFC] ConstExprPreter — clang constexpr interpreter
David Chisnall via cfe-dev
cfe-dev at lists.llvm.org
Thu Jul 4 03:37:37 PDT 2019
Hi Nandor,
On 03/07/2019 18:48, Nandor Licker via cfe-dev wrote:
> TL;DR: Fast interpreter for C++ constexpr to replace the existing tree evaluator
Can you contrast your approach with the other proposal that's come up a
few times of simply JITing the constexpr bits of the code using the
existing compiler infrastructure?
David
More information about the cfe-dev
mailing list