Description
Compile times with resolc are way longer than they are with solc on an example project
Project link - Centrifuge/protocol-v3
Repro steps
standard-json with test and script files
standard-json.json
solc v0.8.28: 57s
resolc v0.1.0-dev.16 and solc v0.8.28: 2647s and failed compilation
- this is probably related to this issue as the code that causes the compilation error uses public functions see
standard-json without test and script files
standard-json.json
solc v0.8.28: 6s
resolc v0.1.0-dev.16 and solc v0.8.28: 36s