Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants