compiler-optimizations

Tag

Cards List
#compiler-optimizations

Move in C++ without a std:move

Hacker News Top · 2026-09-01 Cached

The article explains how C++23 allows implicit moves in certain cases, reducing the need for std::move and improving performance via return value optimization and copy elision.

0 favorites 0 likes
#compiler-optimizations

Debugging Type-Based Alias Analysis optimizations in BPF

Lobsters Hottest · 2026-08-30 Cached

The article describes how switching a BPF program to use BTF-generated vmlinux.h caused incorrect IP checksums due to Clang's Type-Based Alias Analysis optimization, and details the debugging process through assembly inspection.

0 favorites 0 likes
← Back to home

Submit Feedback