-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cancelation support for Kotlin frontend.
This currently needs to be wired in via ProgressIndicatorAndCompilationCanceledStatus. Noticeably they are missing a lot of checks in between works that causes many large 1000ms+ delays in my local testing. If it turns out to be a problem, we will need to change couple of places to add checks in more places within kotlinc. Also unfortunately the mechanism they have relies on static state so doesn't support multiplex workers. In the future I might workaround that using thread locals but for now I kept it simple. PiperOrigin-RevId: 728739574
- Loading branch information
1 parent
9889594
commit 88c9c4b
Showing
4 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters