On Tue, Nov 7, 2017 at 2:38 AM, Christopher Li <sparse@xxxxxxxxxxx> wrote: > > Hi Luc, > > I like the direction this patch is heading. > > I think you can change the declare_builtin to be driven by table (C > structure array). > Rather than explicit function call. That will both save code do you > don't need to deal with > the variance part. Using a table is certainly the usual way of doing this sort of things but here, given that we can have between 0 & 6 arguments, it's much less useful. But I'm ready to change my mind if someone can give me numbers showing a significant gain in speed or size if a table is used. Regards, -- Luc -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html