Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use configure cache #561

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

rwalker-apple
Copy link
Contributor

Problem

CHIP's configure options are cache-able but we're not generally caching them

Summary of Changes

Use config.cache

@rwalker-apple
Copy link
Contributor Author

this looks to give us (with current tree structure) a ~40% speedup for configure

$ time ../../configure
  ...
real	1m22.483s
user	0m36.095s
sys	0m43.609s

$ time ../../configure -C
   ...
real	0m48.784s
user	0m21.738s
sys	0m26.361s

@woody-apple woody-apple merged commit 946b5ac into project-chip:master Apr 30, 2020
@rwalker-apple rwalker-apple deleted the Use-configure-cache branch May 1, 2020 14:48
kvikrambhat added a commit to kvikrambhat/connectedhomeip that referenced this pull request Sep 24, 2022
Fixes project-chip#22648
Fixes issues: project-chip#561, project-chip#562
Modified scripts
TSTAT-2.1
TSTAT-2.2
ACL-2.2
APPLAUNCHER-3.8
AUDIOOUTPUT-1.8
Added auto generated files
andy31415 added a commit that referenced this pull request Sep 26, 2022
Fixes #22648
Fixes issues: #561, #562
Modified scripts
TSTAT-2.1
TSTAT-2.2
ACL-2.2
APPLAUNCHER-3.8
AUDIOOUTPUT-1.8
Added auto generated files

Co-authored-by: Andrei Litvin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants