All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] make builtins more built-in
@ 2017-11-06 20:16 Luc Van Oostenryck
  2017-11-06 20:16 ` [PATCH 1/2] builtin: add ctype for const {void,char} * Luc Van Oostenryck
  2017-11-06 20:16 ` [PATCH 2/2] builtin: make builtins more builtin Luc Van Oostenryck
  0 siblings, 2 replies; 5+ messages in thread
From: Luc Van Oostenryck @ 2017-11-06 20:16 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-07  8:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 20:16 [PATCH 0/2] make builtins more built-in Luc Van Oostenryck
2017-11-06 20:16 ` [PATCH 1/2] builtin: add ctype for const {void,char} * Luc Van Oostenryck
2017-11-06 20:16 ` [PATCH 2/2] builtin: make builtins more builtin Luc Van Oostenryck
2017-11-07  1:38   ` Christopher Li
2017-11-07  8:22     ` Luc Van Oostenryck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.