Re: [PATCH] list.h: Make xorg_list_init inline

2013-03-12 Thread Peter Hutterer
On Tue, Mar 12, 2013 at 09:40:16AM -0700, Robert Morell wrote: > Otherwise this file is emitted in every unit that includes it. > > Signed-off-by: Robert Morell merged, thanks Cheers, Peter > --- > > This reduces the size of a debug Xorg binary on my system by just under 1%. > > include/

Re: [PATCH] list.h: Make xorg_list_init inline

2013-03-12 Thread Jamey Sharp
Seems like a good plan to me. Reviewed-by: Jamey Sharp On Tue, Mar 12, 2013 at 09:40:16AM -0700, Robert Morell wrote: > Otherwise this file is emitted in every unit that includes it. > > Signed-off-by: Robert Morell > --- > > This reduces the size of a debug Xorg binary on my system by just u

[PATCH] list.h: Make xorg_list_init inline

2013-03-12 Thread Robert Morell
Otherwise this file is emitted in every unit that includes it. Signed-off-by: Robert Morell --- This reduces the size of a debug Xorg binary on my system by just under 1%. include/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/list.h b/include/list.h index 0