Xuanda Yang
Results
2
issues of
Xuanda Yang
In mypyc, name generation happens in multiple places in both irbuild and codegen, it would be more clear if we refactor all the logic to a single phase. The codegen...
refactor
`name_ref_ops`(see `mypyc/primitives/registry/py`) is the last kind of ops that we haven't convert from `PrimitiveOp` to a new low-level IR. To represent its semantics of reading a module attribute, some refactoring...
refactor