Xuanda Yang

Results 29 comments of Xuanda Yang

I think although the issue is fixed in python/mypy#8146, it will be not in the release until v0.770(the most recent release is v0.761 where this PR has not merged yet),...

Is this feature adding got assigned? If not, I would like to take it since I am learning the paper and want to implement it.

Great! I need some time to get familiar with the codebase and I will start working on it as soon as possible

Are you compiling the whole project or you can reproduce on this single file? Also, can you share your OS and C compiler info? For now, I cannot reproduce this...

new reports #896

I am thinking if we need a complete escape analysis pass for this. The benefits I can think of at this moment to have this pass are: 1. maintainability or...

at this point I think function-scope escape analysis would be enough, and the current IR information would do the job maybe with some extra information.

that's reasonable. although not sure how difficult it would be to do it on a tree structure

Sounds good, for now we can implement a visitor that only handles functions and pay attention to lambdas or nested functions. Store this information into some global tables and then...

We should also update the status for other items. For example, fixed-width integers and record types are now supported to some degree.