mypyc icon indicating copy to clipboard operation
mypyc copied to clipboard

Refactor name generation logic

Open TH3CHARLie opened this issue 4 years ago • 0 comments

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 can still generate the final name with some backend-specific modification, but the majority of work should be moved to irbuild.

TH3CHARLie avatar Jun 11 '20 08:06 TH3CHARLie