Skip to content
Snippets Groups Projects
Commit 1b60a6dc authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

py: Divide "split" and "cat" phases of qstr extraction for better efficiency.

E.g. for stmhal, accumulated preprocessed output may grow large due to
bloated vendor headers, and then reprocessing tens of megabytes on each
build make take couple of seconds on fast hardware (=> potentially dozens
of seconds on slow hardware). So instead, split once after each change,
and only cat repetitively (guaranteed to be fast, as there're thousands
of lines involved at most).
parent 8dd704b0
No related branches found
No related tags found
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