-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting details #7
Comments
Python3 uses 30 bits chunks to represent an If an There was a discussion about it: https://discuss.python.org/t/hybrid-implementation-for-pylongobject-performance/2129 And a very primitive prototype patch: I gave up because I thought it make the code complex, but IMHO further attempts may be worthwhile. I guess Mark's idea is let the interpreter support native integer (outside of |
hi another small question. Is the "Step1"(adaptive, specializing interpreter):
|
Hi, Adding to the small questions list. Did the Stage 1 improvements make it into 3.10? Thanks, Howard. |
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:
And why those things are considered slow / what's wrong with them, since i have no clue of current state of things inside CPython:
And what feature makes superior machine code superior? It would be totally OK just to explain why all those key points are currently slow if you don't want to write your concrete ideas about speeding them up.
The text was updated successfully, but these errors were encountered: