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

cargo build is slow for svls #149

Open
r2com opened this issue Jun 1, 2022 · 6 comments
Open

cargo build is slow for svls #149

r2com opened this issue Jun 1, 2022 · 6 comments

Comments

@r2com
Copy link

r2com commented Jun 1, 2022

its taking long time at step 194/195 to build it, any ideas why or its ok?

@prokie
Copy link

prokie commented Jun 1, 2022

For me it never finished that step, does it for you?

@r2com
Copy link
Author

r2com commented Jun 2, 2022

takes overly long.... i checked after more than 1 hour.. it wasnt finished

@prokie
Copy link

prokie commented Jun 2, 2022

But it did finish?

@r2com
Copy link
Author

r2com commented Jun 2, 2022

it finished later on yes....

@dalance
Copy link
Owner

dalance commented Jun 7, 2022

In my environment, cargo build --release takes 3m 27s, and GitHub Actions takes like below:

  • ubuntu: 35m 49s
  • macOS: 43m 41s
  • windows: 2h 44m 15s

So 2 hour may be reasonable.
This is because SystemVerilog parser library which is used in svls is too large.
I want to improve it, but I don't have enough time to do it.

@r2com
Copy link
Author

r2com commented Jun 12, 2022

cool

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

No branches or pull requests

3 participants