-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improve compile time #2872
Comments
This was referenced Nov 29, 2021
bf820b7Release build`cargo rustc --release -- -Ztime-passes -Ztime-llvm-passes`
Debug build`cargo rustc -- -Ztime-passes -Ztime-llvm-passes`
|
Closing as duplicate of 7071 |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems like
rustc
have to generator lots of code for ast visitors.`cargo rustc --release -Ztime-passes` on `swc` crate
`cargo rustc --release -- -Ztime-passes -Ztime-llvm-passes` on `swc` crate
The text was updated successfully, but these errors were encountered: