commit | 507e8e8f8c54f4cd91539598aac880b79c8dd6c0 | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Mon Dec 03 14:40:42 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 31 15:23:39 2013 -0800 |
tree | 26cba53979275ad5e15661c8540ac188ed081a88 | |
parent | 4baede05791b31d27f3859941180ece642508a06 [diff] |
patman: Cache the CC list from MakeCcFile() for use in ShowActions() Currently we go through and generate the CC list for patches twice. This gets slow when (in a future CL) we add a call to get_maintainer.pl on Linux. Instead of doing things twice, just cache the CC list when it is first generated. Signed-off-by: Doug Anderson <dianders@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>