Skip to content
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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update posts/2022/06/record-known-result.rst
Co-authored-by: Matti Picus <matti.picus@gmail.com>
cfbolz and mattip authored May 22, 2022
commit 348d10949141b07218fa01f80f77fe7e642cfa81
2 changes: 1 addition & 1 deletion posts/2022/06/record-known-result.rst
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ Introduction and Background

RPython has a meta-JIT, that can be applied to a variety of languages, one of
them being PyPy, a Python implementation (that's really two implementations,
one PyPy2, one PyPy3). Most modern languages have large runtimes, meaning many
one PyPy2, one PyPy3). Most modern languages have many
built-in functions and data-types that are written in the implementation
language (RPython, in our case, C in the case of CPython). We want the JIT
optimizer to be able to reason about functions that are part of the runtime