On Thu, Aug 10, 2017 at 3:42 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > On 08/09/2017 08:30 PM, Christopher Li wrote: >> Adding project idea to improve sparse. >> >> Signed-off-by: Christopher Li <sparse@xxxxxxxxxxx> >> --- >> Documentation/project-ideas.md | 52 ++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 52 insertions(+) >> create mode 100644 Documentation/project-ideas.md >> >> diff --git a/Documentation/project-ideas.md b/Documentation/project-ideas.md >> new file mode 100644 >> index 0000000..9adce20 >> --- /dev/null >> +++ b/Documentation/project-ideas.md >> @@ -0,0 +1,52 @@ >> +Why hacking on sparse >> +===================== >> + >> +1. sparse is small. >> + The full project compiles in less than * seconds on old and not >> performing laptop. >> +2. sparse is fast. >> + Typically, sparse can check on C file ** of time it take for gcc > > can check a C file in ** of the time it takes for gcc > >> to generate object files. >> +3. sparse can digest the full kernel source file. > > files. Thanks you so much. Will send out V2 soon. Chris -- 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