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

[Perf] Umbrella: Improve hot reload 'first-edit' performance #8080

Open
2 tasks
chsienki opened this issue Jan 5, 2023 · 0 comments
Open
2 tasks

[Perf] Umbrella: Improve hot reload 'first-edit' performance #8080

chsienki opened this issue Jan 5, 2023 · 0 comments
Labels
area-compiler Umbrella for all compiler issues feature-hot-reload This issue is related to the Hot Reload feature

Comments

@chsienki
Copy link
Contributor

chsienki commented Jan 5, 2023

The source generator is disabled in the IDE, meaning the first time a user performs a hot reload, the generator is 'cold' and must perform a full compilation, which can be very slow.

@chsienki chsienki added the area-compiler Umbrella for all compiler issues label Jan 5, 2023
@chsienki chsienki added this to the 17.6 P1 milestone Jan 5, 2023
@phil-allen-msft phil-allen-msft modified the milestones: 17.6 P1, 17.6 P2 Feb 14, 2023
@chsienki chsienki modified the milestones: 17.6 P2, 17.7 P2 Apr 26, 2023
@chsienki chsienki modified the milestones: 17.7 P2, 17.9 Planning Oct 11, 2023
@phil-allen-msft phil-allen-msft added the feature-hot-reload This issue is related to the Hot Reload feature label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-compiler Umbrella for all compiler issues feature-hot-reload This issue is related to the Hot Reload feature
Projects
None yet
Development

No branches or pull requests

2 participants