-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mega passes converted to minipasses in `Passes.globalTypingPasses` group: https://github.com/enso-org/enso/blob/4e6837f9dad4b8baaf1140774126348c662c5388/engine/runtime-compiler/src/main/scala/org/enso/compiler/Passes.scala#L41-L63 Are: - [MethodDefinitions](https://github.com/enso-org/enso/blob/a3321fee972bcb2b9f3292286a97708988fc07d9/engine/runtime-compiler/src/main/java/org/enso/compiler/pass/resolve/MethodDefinitions.java) - [ImportSymbolAnalysis](https://github.com/enso-org/enso/blob/8d9db8fe01b70b2992103c446cac31bc266c10ff/engine/runtime-compiler/src/main/java/org/enso/compiler/pass/analyse/ImportSymbolAnalysis.java) - [AmbiguousImportsAnalysis](https://github.com/enso-org/enso/blob/8d9db8fe01b70b2992103c446cac31bc266c10ff/engine/runtime-compiler/src/main/java/org/enso/compiler/pass/analyse/AmbiguousImportsAnalysis.java) - [PrivateModuleAnalysis](https://github.com/enso-org/enso/blob/8d9db8fe01b70b2992103c446cac31bc266c10ff/engine/runtime-compiler/src/main/java/org/enso/compiler/pass/analyse/PrivateModuleAnalysis.java) - [PrivateConstructorAnalysis](https://github.com/enso-org/enso/blob/303c9fe545c7968d57810e39499c40da357075f0/engine/runtime-compiler/src/main/java/org/enso/compiler/pass/analyse/PrivateConstructorAnalysis.java) All of these mini passes are ordered after each other. So now, in `Passes.globalTypingPasses` group, there are **8** consecutive minipasses.
- Loading branch information
Showing
53 changed files
with
1,869 additions
and
1,274 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
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
Oops, something went wrong.