build-optimization

Tag

Cards List
#build-optimization

@charliermarsh: We now use full LTO for CPython 3.12 and later in python-build-standalone, which should modestly improve runtime perfor…

X AI KOLs Timeline ↗ · 3d ago Cached

python-build-standalone now uses full LTO for CPython 3.12 and later, which should modestly improve runtime performance. CPython defaults to ThinLTO when building with clang on these versions.

0 favorites 0 likes
#build-optimization

@rauchg: This is really cool. When you pressure your agent to ship a hotfix really fast, it can now 𝚟𝚎𝚛𝚌𝚎𝚕 --𝚝𝚞𝚛𝚋𝚘 --…

X AI KOLs Following ↗ · 6d ago Cached

Vercel introduces turbo build machines that can be enabled for single deployments, providing 30 vCPUs and 60 GB of memory to speed up builds for hotfixes.

0 favorites 0 likes
#build-optimization

@googledevs: New CI pipeline challenge: the dependency changed, the build got faster, and production broke. What went wrong?

X AI KOLs Following ↗ · 2026-06-22 Cached

Google Devs presents a CI pipeline challenge where a dependency change made the build faster but broke production, prompting a debugging puzzle.

0 favorites 0 likes
#build-optimization

Host-Tuned GCC for Faster Compilation

Lobsters Hottest ↗ · 2026-05-25 Cached

This blog post explains how to build a host-tuned GCC compiler using profile-guided optimization, LTO, and -O3 to achieve faster compilation times, with detailed instructions and benchmarks.

0 favorites 0 likes
← Back to home

Submit Feedback