You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now RustPython have a very limited jit.
I have been wondering if we can implement a jit compile at runtime.
Python is dynamic language, we can't know it's type a compile time.
I want to do this, But I'am afraid I don't have enough domain knowledge.