Skip to content
Verified Commit f88a6782 authored by Sean Fitzgibbon's avatar Sean Fitzgibbon
Browse files

Optimize _process_fn_no_sources

- find is faster than the -r option for grep, and its results can be
  cached.
- It's faster to scan a file by hand and lookup all the function names
  at once than it is to invoke grep on it once per function name.

Change-Id: I2888c60f019e218667b760f015bff86a09f11843
parent 2df531c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment