commit | d94566a1115d35f87db793d2daaa79823528937c | [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 | d96ef37df78eac5c636866d8f226991a5d96e6bb [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>