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

B2 4.9 is 33% slower to start-up than 1.68 #295

Open
Kojoley opened this issue Apr 25, 2023 · 0 comments
Open

B2 4.9 is 33% slower to start-up than 1.68 #295

Kojoley opened this issue Apr 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Kojoley
Copy link
Contributor

Kojoley commented Apr 25, 2023

ver ms %
main 190 133%
4.9.6 190 133%
4.9.0 190 133%
4.8.2 174 122%
4.8.0 174 122%
4.7.2 158 110%
4.0.0 158 110%
1.68 143 100%
1.65 143 100%
1.60 143 100%

Created a folder, put empty Jamroot. Created src/tools/none.jam:

import feature ;

feature.extend toolset : none ;

rule init ( version ? : command * : options * : requirement * )
{
}

time ../b2 toolset=none

Compiled with Visual Studio 2022 Developer Command Prompt v17.6.0-pre.2.0. Same compiler flags.

@Kojoley Kojoley added the bug Something isn't working label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant