On Fri, Aug 14, 2015 at 08:43:05PM +0530, Sudip Mukherjee wrote: > $SCRIPT_DIR/test_kernel.sh --call-tree --info --param-mapper --spammy --data=$DATA_DIR > took 1hr 20 min 49 sec > > for i in $SCRIPT_DIR/gen_* ; do > $i smatch_warns.txt -p=kernel > done > > took 20 min 52 sec > We could probably cut this down if we put the SQL in one file and the other stuff in another. > $DATA_DIR/db/create_db.sh -p=kernel smatch_warns.txt > took 44 min 29 sec The other way to split this up would be to put the SQL_caller_info into a different file from the rest, since it's parsed separately... regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe smatch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html