Re: [PATCH v3] Optimize initialization of small padded objects

2024-08-23 Thread Richard Biener
> Am 24.08.2024 um 06:59 schrieb Alexandre Oliva : > > Hello, Richi, > > Thanks for the review and the feedback. > > On Aug 22, 2024, Richard Biener wrote: > >>> + /* If the object is small enough to go in registers, and it's >>> + not required to be constructed in memory, c

[PATCH v3] Optimize initialization of small padded objects

2024-08-23 Thread Alexandre Oliva
Hello, Richi, Thanks for the review and the feedback. On Aug 22, 2024, Richard Biener wrote: >> + /* If the object is small enough to go in registers, and it's >> + not required to be constructed in memory, clear it first. >> + That will avoid wasting cycles preserving a