| 2102 | # (Serialization and deserialization *will* be used for incremental |
| 2103 | # compilation but so far it is not hooked up to anything.) |
| 2104 | class DeserMaps(NamedTuple): |
| 2105 | classes: dict[str, ClassIR] |
| 2106 | functions: dict[str, FuncIR] |
no outgoing calls
searching dependent graphs…