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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
A WIP Lazy Basic Block Versioning + (eventually) Copy and Patch JIT Interpreter for CPython.
4
4
5
+
## Trying this project out
6
+
7
+
We provide pre-compiled binaries for 64-bit Windows 10/11 via [GitHub releases](https://github.com/pylbbv/pylbbv/releases/).
8
+
5
9
## The case for our project
6
10
7
11
Python is a widely-used programming language. As a Python user, I want CPython code to execute quicker.
@@ -116,10 +120,6 @@ sequenceDiagram
116
120
117
121
We will run the [bm_nbody.py](./bm_nbody.py) script and the [bm_float_unboxed.py](./bm_float_unboxed.py) to gather results. For now we expect performance to have no improvement as we have yet to implement the copy and patch JIT compiler.
118
122
119
-
## Trying this project out
120
-
121
-
We provide pre-compiled binaries for 64-bit Windows 10/11 via GitHub releases.
122
-
123
123
## Changelog over CS4215
124
124
125
125
* Refactor: Typeprop codegen by @JuliaPoo in https://github.com/pylbbv/pylbbv/pull/1
0 commit comments