Skip to content

chore: Runs bb and nargo behind sem in bootstrap#11039

Closed
spalladino wants to merge 1 commit intomasterfrom
palla/compile-mutex
Closed

chore: Runs bb and nargo behind sem in bootstrap#11039
spalladino wants to merge 1 commit intomasterfrom
palla/compile-mutex

Conversation

@spalladino
Copy link
Contributor

This PR removes the PARALLELISM for building each contract and circuit that had been introduced in #10909. Instead, it adds a sem around the resource-hungry sections of code, using the PARALLELISM default. This allows for more parallelism of the entire script, while slowing down only on the parts where it's really needed.

Alternative to #11030.

This PR removes the PARALLELISM for building each contract and circuit
that had been introduced in #10909. Instead, it adds a `sem` around the
resource-hungry sections of code, using the PARALLELISM default. This
allows for more parallelism of the entire script, while slowing down
only on the parts where it's really needed.

Alternative to #11030.
@spalladino spalladino force-pushed the palla/compile-mutex branch from 20b58b3 to cc24ff9 Compare January 6, 2025 13:11
@spalladino
Copy link
Contributor Author

Closing in favor of #11040

@spalladino spalladino closed this Jan 8, 2025
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.

1 participant