Re: [PATCH] lib: zstd: make const array rtbTable static, reduces object code size

2017-09-22 Thread Colin Ian King
On 22/09/17 20:14, Nick Terrell wrote: > On 9/22/17, 8:00 AM, "linux-kernel-ow...@vger.kernel.org on behalf of Colin > King" colin.k...@canonical.com> wrote: >> From: Colin Ian King >> >> Don't populate const array rtbTable on the stack, instead make it >> static. Also split overly long line to

Re: [PATCH] lib: zstd: make const array rtbTable static, reduces object code size

2017-09-22 Thread Nick Terrell
On 9/22/17, 8:00 AM, "linux-kernel-ow...@vger.kernel.org on behalf of Colin King" wrote: > From: Colin Ian King > > Don't populate const array rtbTable on the stack, instead make it > static. Also split overly long line to clean a chechkpach warning. > Makes the object code smaller by nearly 50