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
To avoid the complexity of trying to support this general purpose tracing in a high performance interpreter, we plan to provide an API for inserting debugging and profiling points into the bytecode at runtime.
Could you elaborate the design of this one? Are we talking about the JITed code here? Out of curiostity, Is there any other example that uses similar approaches like PyPy maybe?
The text was updated successfully, but these errors were encountered:
Could you elaborate the design of this one? Are we talking about the JITed code here? Out of curiostity, Is there any other example that uses similar approaches like PyPy maybe?
The text was updated successfully, but these errors were encountered: