[all-commits] [llvm/llvm-project] 6be988: Speed up std::visit() compile times by another 42%...
higher-performance via All-commits
all-commits at lists.llvm.org
Sun Aug 2 10:09:40 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6be9888a7bb5995169e31ab03939f1ac03059b7a
https://github.com/llvm/llvm-project/commit/6be9888a7bb5995169e31ab03939f1ac03059b7a
Author: higher-performance <higher.performance.github at gmail.com>
Date: 2026-08-02 (Sun, 02 Aug 2026)
Changed paths:
M libcxx/include/variant
Log Message:
-----------
Speed up std::visit() compile times by another 42% (#213203)
This avoids defining an `enum`, which appears to be expensive for Clang.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list