Re: [Mesa-dev] [PATCH 3/3] anv: Define trampolines as the weak functions

2018-10-19 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 15/10/2018 04:47, Jason Ekstrand wrote: Instead of having weak references to the anv functions and separate trampoline functions with their own dispatch table, just make the trampoline functions weak. This gets rid of a dispatch table and potentially lets the

[Mesa-dev] [PATCH 3/3] anv: Define trampolines as the weak functions

2018-10-14 Thread Jason Ekstrand
Instead of having weak references to the anv functions and separate trampoline functions with their own dispatch table, just make the trampoline functions weak. This gets rid of a dispatch table and potentially lets the compiler delete the unused weak function. The end result is a reduction in th