Merge pull request #2903 from hvitved/dataflow/performance

Data flow: Refactoring + performance improvements
This commit is contained in:
Anders Schack-Mulligen
2020-03-23 10:01:20 +01:00
committed by GitHub
24 changed files with 9371 additions and 9985 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -243,7 +243,7 @@ private module Cached {
* - Types are checked using the `compatibleTypes()` relation.
*/
cached
module Final {
private module Final {
/**
* Holds if `p` can flow to `node` in the same callable using only
* value-preserving steps, not taking call contexts into account.