The goal of this series is to avoid the texual declaration of builtin functions, followed by their tokenization and parsing. This is unneeded work done at startup. The patches in this series, directly declare the symbol/type corresponding to these functions. Luc Van Oostenryck (2): builtin: add ctype for const {void,char} * builtin: make builtins more builtin builtin.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib.c | 157 ++--------------------------------------------------------- symbol.c | 4 ++ symbol.h | 2 + 4 files changed, 176 insertions(+), 152 deletions(-) -- 2.14.0 -- 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