Page MenuHomeFreeBSD

Enable SUBDIR_PARELLEL in lib/libclang_rt
ClosedPublic

Authored by arichardson on Oct 1 2020, 9:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 1, 7:49 AM
Unknown Object (File)
Wed, Mar 11, 10:11 AM
Unknown Object (File)
Feb 27 2026, 7:19 AM
Unknown Object (File)
Dec 3 2025, 10:35 AM
Unknown Object (File)
Dec 2 2025, 11:19 AM
Unknown Object (File)
Nov 9 2025, 11:20 PM
Unknown Object (File)
Nov 3 2025, 7:00 PM
Unknown Object (File)
Oct 30 2025, 4:22 AM
Subscribers

Details

Summary

I noticed that this part of the build was taking much longer than
expected. Turns out it's due to not running the subdirs in parallel.
Reduces make all inside lib/libclang_rt time from 63s to 20s with -j32.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33917
Build 31117: arc lint + arc unit

Event Timeline

arichardson created this revision.

Ah yes, this is OK. There's probably some more optimization possible, since these libraries build lots of duplicated object files, but I haven't had the time to look at that yet.

This revision is now accepted and ready to land.Oct 12 2020, 10:39 AM
This revision was automatically updated to reflect the committed changes.