[clang] [RFC][clang][BPF] Make trivial uninit var value to be 0 (PR #125601)

via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 8 15:53:54 PST 2025


4ast wrote:

> all buf[64] will be initialized to 0

looks like it's a show stopper. The performance impact of initializing everything might be felt for XDP.

https://github.com/llvm/llvm-project/pull/125601


More information about the cfe-commits mailing list