We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2ffff66
Arch Linux
Commit introduces ~X3 compilation time.
Bisected from master, benchmarked with
time scons
command
Approximate compile time of good commit
real 5m4.576s user 44m50.995s sys 1m48.742s
bad commit
real 15m37.927s user 145m58.519s sys 3m25.119s
godot-cpp repo
The text was updated successfully, but these errors were encountered:
My machine appears to be much faster than yours, however, I am still able to reproduce this in my testing.
I tried with these commands:
scons -c time scons
On 730ccaa (the commit before PR #1162):
real 0m35.237s user 13m15.284s sys 2m19.489s
On 96565e1 (current master):
real 1m55.579s user 51m56.977s sys 3m50.841s
My guess is that this is from the changes to type_info.hpp which ends up getting included everywhere. I'm not sure how to improve this...
type_info.hpp
cc @Repiteo
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Godot version
godot-cpp version
2ffff66
System information
Arch Linux
Issue description
Commit introduces ~X3 compilation time.
Steps to reproduce
Bisected from master, benchmarked with
time scons
command
Approximate compile time of good commit
bad commit
Minimal reproduction project
godot-cpp repo
The text was updated successfully, but these errors were encountered: