On 2024-09-20 21:42, Siddhesh Poyarekar wrote:
On 2024-09-20 20:20, Sam James wrote:
Siddhesh Poyarekar writes:
This series makes a few improvements to get static object size
estimates in
more cases, thus improving the success rate of the static
__builtin_object_size. This should fully fix
On 2024-09-20 20:20, Sam James wrote:
Siddhesh Poyarekar writes:
This series makes a few improvements to get static object size estimates in
more cases, thus improving the success rate of the static
__builtin_object_size. This should fully fix PR116556 and also covers a bulk
of use cases for
Siddhesh Poyarekar writes:
> This series makes a few improvements to get static object size estimates in
> more cases, thus improving the success rate of the static
> __builtin_object_size. This should fully fix PR116556 and also covers a bulk
> of use cases for PR77608. I started to try and fi