-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Use permanent processes to handle fixed commits in the comp…
…ilation server (#489) Introduce permanent processes to handle fixed commits in the compilation server. Every high level worker might create up to 5 permanent processes for compilation of fixed version of hidet. It allow to save time on `import hidet`. Test manually: - 6th version of hidet stops old process and start new one. - Comp time for individual job improved
- Loading branch information
1 parent
7f4039b
commit 712a9cd
Showing
3 changed files
with
122 additions
and
53 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