Re: [Mesa-dev] [PATCH] gallivm: Use alloca_undef with array type instead of alloca_array

2018-05-15 Thread Jose Fonseca
On 15/05/18 03:51, srol...@vmware.com wrote: From: Roland Scheidegger Use a single allocation of array type instead of the old-style array allocation for the temp and immediate arrays. Probably only makes a difference if they aren't used indirectly (so, if we used them

[Mesa-dev] [PATCH] gallivm: Use alloca_undef with array type instead of alloca_array

2018-05-14 Thread sroland
From: Roland Scheidegger Use a single allocation of array type instead of the old-style array allocation for the temp and immediate arrays. Probably only makes a difference if they aren't used indirectly (so, if we used them solely because there's too many temps or