On Tue, Jun 29, 2021 at 11:01 AM Ian Lance Taylor wrote:
>
> This patch to the Go frontend reduces the number of temporaries that
> the compiler genrrates for composite literals. For a composite
> literal we only need to introduce a temporary variable if we may be
> converting to an interface typ
This patch to the Go frontend reduces the number of temporaries that
the compiler genrrates for composite literals. For a composite
literal we only need to introduce a temporary variable if we may be
converting to an interface type, so only do it then. This saves over
80% of compilation time when