Actions
Feature #6606
closedProcess and filter raw build commands immediately after they are extracted
Status:
Closed
Priority:
Normal
Assignee:
Category:
* Build commands extracting
Target version:
-
Start date:
01/29/2016
Due date:
% Done:
0%
Estimated time:
Published in build:
45c7ae5
Description
At the moment raw build commands are extracted and pushed to a queue in a pure text format for further processing. Then they are processed and many of them are filtered out since they are for service purposes, e.g. to understand what options a used compiler supports. So, it has sense to process and filter them immediately after they are extracted.
BTW, it turns out that implementation of build command wrappers in Python decreases build time just in 5-10%. Thus there is almost no sense to implement them in C as was requested originally.
Updated by Evgeny Novikov almost 9 years ago
- Subject changed from Implement wrappers around build commands in C to Process and filter raw build commands immediately after they are extracted
- Description updated (diff)
Updated by Evgeny Novikov over 8 years ago
- Status changed from New to Closed
- Assignee set to Evgeny Novikov
- Published in build set to 45c7ae5
It was implemented together with #7178.
Updated by Evgeny Novikov over 8 years ago
In addition races between build commands executed in parallel were likely fixed in 42cfbfe.
Actions