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

Fix stats and progress issues in codegen #14763

Merged

Conversation

ysbaddaden
Copy link
Contributor

@ysbaddaden ysbaddaden commented Jun 27, 2024

The --stats and --progress params had a couple issues:

  • codegen progress isn't updated when --threads=1 (always the case on Windows);
  • only stats need to collect reused modules (progress doesn't).

Idea for a follow-up: the report fiber of forked codegen could set unit.reused_previous_compilation instead of collecting reused module names, then we wouldn't need to collect the module names into a reused array (we can trust units to be updated) and the #print_codegen_stats method would count & filter has needed.

- progress isn't updated when `--threads=1` (always true on Windows);
- progress doesn't need to collect reused modules (only stats do).
@straight-shoota straight-shoota added this to the 1.13.0 milestone Jun 28, 2024
Copy link
Member

@sdogruyol sdogruyol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ysbaddaden 🙏

@ysbaddaden
Copy link
Contributor Author

@sdogruyol I assume you faced the issue?

@sdogruyol
Copy link
Member

@sdogruyol I assume you faced the issue?

Yes, I recently experienced --stats issue on Windows

@ysbaddaden
Copy link
Contributor Author

Merged with master to fix conflict with #14762.

@straight-shoota straight-shoota merged commit 53c4991 into crystal-lang:master Jul 1, 2024
60 of 61 checks passed
@straight-shoota straight-shoota changed the title Codegen: stats and progress issues Fix stats and progress issues in codegen Jul 2, 2024
@ysbaddaden ysbaddaden deleted the fix/compiler-progress-track branch July 2, 2024 08:30
straight-shoota pushed a commit that referenced this pull request Jul 2, 2024
The `--stats` and `--progress` params had a couple issues:

- codegen progress isn't updated when `--threads=1` (always the case on Windows);
- only stats need to collect reused modules (progress doesn't).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants