-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
draft post about record-known-result #61
base: main
Are you sure you want to change the base?
Conversation
f27ca79
to
c799a13
Compare
This is all very useful! But it's still only a limited amount of things that | ||
the interpreter author can express to the JIT with this one function decorator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a list of hints we could link to?
This is all very useful! But it's still only a limited amount of things that | |
the interpreter author can express to the JIT with this one function decorator. | |
This is all very useful! There are additional hints | |
the interpreter author can express to the JIT. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was trying to look in our docs, but seems the answer unfortunately is "no, not at all" :-(
(and in general the docs are quite bad around the jit)
Co-authored-by: Matti Picus <[email protected]>
Co-authored-by: Matti Picus <[email protected]>
Co-authored-by: Matti Picus <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A few more for you to consider.
@@ -0,0 +1,523 @@ | |||
.. title: A Hint for Language-Specific Runtime Function Optimization in RPython's Meta-JIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shorter, and with a nod to the discussion of various JIT strategies
.. title: A Hint for Language-Specific Runtime Function Optimization in RPython's Meta-JIT | |
.. title: Optimizing across RPython functions in RPython's Meta-JIT |
Co-authored-by: Matti Picus <[email protected]>
not ready yet, trying to get a preview