faster-cpython icon indicating copy to clipboard operation
faster-cpython copied to clipboard

How to make CPython faster.

Results 4 faster-cpython issues
Sort by recently updated
recently updated
newest added

Hey, this is more of curiosity question rather something else. Currently plan is a bit vague. May I ask for more details of what is meant by: - Improved performance...

> Some platforms do not allow runtime code generation, for security reasons. The prime example of this is the iOS platform for Apple mobile devices. Only the first two stages...

> 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...