DinoV / Pyjion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract Interpreter: understand attribute access on builtin types

DinoV opened this issue · comments

If we have a str, int, etc... we know what the attribute accesses will resolve to. We should understand that and be able to leave out the load attr and call the correct method directly.