[Bug 276170] LLVM bug prevents from enabling PGO optimization for Python 3.11+

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 07 Jan 2024 13:55:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276170

--- Comment #8 from Dimitry Andric <dim@FreeBSD.org> ---
It's not exceptional for a preprocessed .c file to be more than 1MB. If you
preprocess some C++ sources it gets even crazier. :)  In any case, you can save
quite a bit of space by xz'ing such files, as they compress very well.

-- 
You are receiving this mail because:
You are the assignee for the bug.