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

feat(solc): compile project components in parallel #943

Closed
wants to merge 1 commit into from

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Feb 21, 2022

Motivation

WIP Compile components of a project in parallel.

Ref foundry-rs/foundry#769 foundry-rs/foundry#166

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@mattsse mattsse changed the title chore(solc): notes on graph components feat(solc): compile project components in parallel Feb 21, 2022
@gakonst
Copy link
Owner

gakonst commented Sep 20, 2022

Closing this as unplanned. Turns out that we cannot really compile A.sol and B.sol in parallel and then link A.sol's bytecode in the places B.sol needs it, as it's always inlined. Open minded to approaches here that may work, as it'd speed things up significantly. Honestly this should be a part of solc.

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.

None yet

2 participants